Returns true if the block is a considered solid. This is true by default.
()
| 92 | * Returns true if the block is a considered solid. This is true by default. |
| 93 | */ |
| 94 | public boolean isSolid() |
| 95 | { |
| 96 | return true; |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * Will prevent grass from growing on dirt underneath and kill any grass below it if it returns true |
no outgoing calls
no test coverage detected