(int aX, int aY, int aZ)
| 43 | public TileEntity getTileEntity(ChunkCoordinates aCoords); |
| 44 | |
| 45 | public Block getBlock(int aX, int aY, int aZ); |
| 46 | public Block getBlock(ChunkCoordinates aCoords); |
| 47 | |
| 48 | public byte getMetaData(int aX, int aY, int aZ); |
no outgoing calls
no test coverage detected