Esempio n. 1
0
        public TagCompound GetTileEntity(int x, int y, int z)
        {
            IChunk chunk = _chunkCache.GetChunk(new ChunkCoord(x >> 4, z >> 4));

            return(chunk.GetTileEntity(x & 15, y, z & 15));
        }