Can this block provide power. Only wire currently seems to have this change based on its state.
()
| 983 | * Can this block provide power. Only wire currently seems to have this change based on its state. |
| 984 | */ |
| 985 | public boolean canProvidePower() |
| 986 | { |
| 987 | return false; |
| 988 | } |
| 989 | |
| 990 | /** |
| 991 | * Called When an Entity Collided with the Block |
no outgoing calls
no test coverage detected