(int aX, int aY, int aZ)
| 40 | public int getRandomNumber(int aRange); |
| 41 | |
| 42 | public TileEntity getTileEntity(int aX, int aY, int aZ); |
| 43 | public TileEntity getTileEntity(ChunkCoordinates aCoords); |
| 44 | |
| 45 | public Block getBlock(int aX, int aY, int aZ); |
no outgoing calls
no test coverage detected