gets the world's chunk provider
()
| 3478 | * gets the world's chunk provider |
| 3479 | */ |
| 3480 | public IChunkProvider getChunkProvider() |
| 3481 | { |
| 3482 | return this.chunkProvider; |
| 3483 | } |
| 3484 | |
| 3485 | public void addBlockEvent(BlockPos pos, Block blockIn, int eventID, int eventParam) |
| 3486 | { |
no outgoing calls
no test coverage detected