Called on both Client and Server when World#addBlockEvent is called
(World worldIn, BlockPos pos, IBlockState state, int eventID, int eventParam)
| 1091 | * Called on both Client and Server when World#addBlockEvent is called |
| 1092 | */ |
| 1093 | public boolean onBlockEventReceived(World worldIn, BlockPos pos, IBlockState state, int eventID, int eventParam) |
| 1094 | { |
| 1095 | return false; |
| 1096 | } |
| 1097 | |
| 1098 | /** |
| 1099 | * Return the state of blocks statistics flags - if the block is counted for mined and placed. |
no outgoing calls
no test coverage detected