Package net.minecraft.world.chunk
Class Chunk
java.lang.Object
net.minecraft.world.chunk.Chunk
- Direct Known Subclasses:
EmptyChunk
public class Chunk extends Object
- Mappings:
Namespace Name official amyintermediary net/minecraft/class_399named net/minecraft/world/chunk/Chunk
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChunk.Status -
Field Summary
Fields Modifier and Type Field Description private byte[]biomeArrayprivate Map<BlockPos,BlockEntity>blockEntitiesprivate ConcurrentLinkedQueue<BlockPos>blocksprivate BlockStorage[]blockStorageintchunkXintchunkZprivate booleancontainsEntitiesprivate TypeFilterableList<Entity>[]entitiesprivate int[]field_1567private boolean[]field_1568private booleanfield_1572private booleanfield_1577private intfield_1583private int[]heightmapprivate longinhabitedTimeprivate longlastSaveTimeprivate booleanlightPopulatedprivate booleanloadedprivate static LoggerLOGGERprivate intminimumHeightMapprivate booleanmodifiedprivate booleanterrainPopulatedprivate Worldworld -
Constructor Summary
Constructors Constructor Description Chunk(World world, int chunkX, int chunkZ)Chunk(World world, ChunkCoordinateRange chunkCoordinateRange, int int2, int int3) -
Method Summary
Modifier and Type Method Description byte[]getBiomeArray()BiomegetBiomeAt(BlockPos pos, LayeredBiomeSource biomeSurce)BlockgetBlockAtPos(BlockPos pos)Map<BlockPos,BlockEntity>getBlockEntities()BlockStategetBlockState(BlockPos pos)BlockStategetBlockState(BlockPos pos, BlockState state)BlockStorage[]getBlockStorage()ChunkPosgetChunkPos()TypeFilterableList<Entity>[]getEntities()longgetInhabitedTime()int[]getLevelHeightmap()intgetLightAtPos(LightType type, BlockPos pos)intgetMinimumHeightMap()WorldgetWorld()booleanhasDirectSunlight(BlockPos pos)booleanisChunkEqual(int chunkX, int chunkZ)booleanisEmpty()booleanisLightPopulated()booleanisLoaded()booleanisTerrainPopulated()protected voidmethod_1343()Blockmethod_1345(int int2, int int3, int int4)private voidmethod_1346(int int2, int int3, int int4, int int5)Randommethod_1347(long long2)voidmethod_1349(LightType type, BlockPos pos, int int2)voidmethod_1350(BlockEntity be)voidmethod_1351(ChunkProvider provider, ChunkProvider chunkProvider, int chunkX, int chunkZ)intmethod_1353(BlockPos pos, int int2)voidmethod_1355(BlockPos pos, BlockEntity be)BlockEntitymethod_1357(BlockPos pos, Chunk.Status status)<T extends Entity>
voidmethod_1359(Class<? extends T> clazz, Box box, List<T> list, Predicate<? super T> pred)voidmethod_1360(Entity entity)voidmethod_1361(Entity entity, int int2)voidmethod_1362(Entity entity, Box box, List<Entity> list, Predicate<? super Entity> pred)booleanmethod_1363(boolean bool)voidmethod_1365(byte[] byte2, int int2, boolean bool)voidmethod_1368()intmethod_1369(int int2, int int3)intmethod_1371(BlockPos pos)voidmethod_1372(Entity entity)voidmethod_1373(boolean bool)voidmethod_1374()booleanmethod_1375(int int2, int int3)private voidmethod_1376(int int2, int int3, int int4)intmethod_1378(BlockPos pos)voidmethod_1380()private voidmethod_1381(int int2, int int3)private voidmethod_1382(int int2, int int3, int int4)voidmethod_1385()private intmethod_1387(int int2, int int3, int int4)voidmethod_1388(BlockPos pos)private Blockmethod_1391(int int2, int int3, int int4)intmethod_1392(BlockPos blockPos)intmethod_1394()private intmethod_1395(int int2, int int3, int int4)BlockPosmethod_1399(BlockPos blockPos)private voidmethod_1400(boolean bool)booleanmethod_1401()private BlockEntitymethod_1402(BlockPos blockPos)voidmethod_1405()voidmethod_1406()private voidmethod_1417()voidpopulate()voidsetBiomeArray(byte[] byte2)voidsetChunkLoaded(boolean loaded)voidsetHasEntities(boolean containsEntities)voidsetInhabitedTime(long inhabitedTime)voidsetLastSaveTime(long lastSaveTime)voidsetLevelChunkSections(BlockStorage[] blockStorage)voidsetLevelHeightmap(int[] heightmap)voidsetLightPopulated(boolean lightPopulated)voidsetModified(boolean modified)voidsetTerrainPopulated(boolean terrainPopulated)private booleanupdateLight(int x, int z)private voidupdateLight(Direction dir)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official cLamy;c:Lorg/apache/logging/log4j/Logger;intermediary field_1564Lnet/minecraft/class_399;field_1564:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/world/chunk/Chunk;LOGGER:Lorg/apache/logging/log4j/Logger;
-
blockStorage
- Mappings:
Namespace Name Mixin selector official dLamy;d:[Lamz;intermediary field_1565Lnet/minecraft/class_399;field_1565:[Lnet/minecraft/class_401;named blockStorageLnet/minecraft/world/chunk/Chunk;blockStorage:[Lnet/minecraft/world/chunk/BlockStorage;
-
biomeArray
private final byte[] biomeArray- Mappings:
Namespace Name Mixin selector official eLamy;e:[Bintermediary field_1566Lnet/minecraft/class_399;field_1566:[Bnamed biomeArrayLnet/minecraft/world/chunk/Chunk;biomeArray:[B
-
field_1567
private final int[] field_1567- Mappings:
Namespace Name Mixin selector official fLamy;f:[Iintermediary field_1567Lnet/minecraft/class_399;field_1567:[Inamed field_1567Lnet/minecraft/world/chunk/Chunk;field_1567:[I
-
field_1568
private final boolean[] field_1568- Mappings:
Namespace Name Mixin selector official gLamy;g:[Zintermediary field_1568Lnet/minecraft/class_399;field_1568:[Znamed field_1568Lnet/minecraft/world/chunk/Chunk;field_1568:[Z
-
loaded
private boolean loaded- Mappings:
Namespace Name Mixin selector official hLamy;h:Zintermediary field_1569Lnet/minecraft/class_399;field_1569:Znamed loadedLnet/minecraft/world/chunk/Chunk;loaded:Z
-
world
- Mappings:
Namespace Name Mixin selector official iLamy;i:Ladm;intermediary field_1570Lnet/minecraft/class_399;field_1570:Lnet/minecraft/class_99;named worldLnet/minecraft/world/chunk/Chunk;world:Lnet/minecraft/world/World;
-
heightmap
private final int[] heightmap- Mappings:
Namespace Name Mixin selector official jLamy;j:[Iintermediary field_1571Lnet/minecraft/class_399;field_1571:[Inamed heightmapLnet/minecraft/world/chunk/Chunk;heightmap:[I
-
chunkX
public final int chunkX- Mappings:
Namespace Name Mixin selector official aLamy;a:Iintermediary field_1562Lnet/minecraft/class_399;field_1562:Inamed chunkXLnet/minecraft/world/chunk/Chunk;chunkX:I
-
chunkZ
public final int chunkZ- Mappings:
Namespace Name Mixin selector official bLamy;b:Iintermediary field_1563Lnet/minecraft/class_399;field_1563:Inamed chunkZLnet/minecraft/world/chunk/Chunk;chunkZ:I
-
field_1572
private boolean field_1572- Mappings:
Namespace Name Mixin selector official kLamy;k:Zintermediary field_1572Lnet/minecraft/class_399;field_1572:Znamed field_1572Lnet/minecraft/world/chunk/Chunk;field_1572:Z
-
blockEntities
- Mappings:
Namespace Name Mixin selector official lLamy;l:Ljava/util/Map;intermediary field_1573Lnet/minecraft/class_399;field_1573:Ljava/util/Map;named blockEntitiesLnet/minecraft/world/chunk/Chunk;blockEntities:Ljava/util/Map;
-
entities
- Mappings:
Namespace Name Mixin selector official mLamy;m:[Lne;intermediary field_1574Lnet/minecraft/class_399;field_1574:[Lnet/minecraft/class_1690;named entitiesLnet/minecraft/world/chunk/Chunk;entities:[Lnet/minecraft/util/TypeFilterableList;
-
terrainPopulated
private boolean terrainPopulated- Mappings:
Namespace Name Mixin selector official nLamy;n:Zintermediary field_1575Lnet/minecraft/class_399;field_1575:Znamed terrainPopulatedLnet/minecraft/world/chunk/Chunk;terrainPopulated:Z
-
lightPopulated
private boolean lightPopulated- Mappings:
Namespace Name Mixin selector official oLamy;o:Zintermediary field_1576Lnet/minecraft/class_399;field_1576:Znamed lightPopulatedLnet/minecraft/world/chunk/Chunk;lightPopulated:Z
-
field_1577
private boolean field_1577- Mappings:
Namespace Name Mixin selector official pLamy;p:Zintermediary field_1577Lnet/minecraft/class_399;field_1577:Znamed field_1577Lnet/minecraft/world/chunk/Chunk;field_1577:Z
-
modified
private boolean modified- Mappings:
Namespace Name Mixin selector official qLamy;q:Zintermediary field_1578Lnet/minecraft/class_399;field_1578:Znamed modifiedLnet/minecraft/world/chunk/Chunk;modified:Z
-
containsEntities
private boolean containsEntities- Mappings:
Namespace Name Mixin selector official rLamy;r:Zintermediary field_1579Lnet/minecraft/class_399;field_1579:Znamed containsEntitiesLnet/minecraft/world/chunk/Chunk;containsEntities:Z
-
lastSaveTime
private long lastSaveTime- Mappings:
Namespace Name Mixin selector official sLamy;s:Jintermediary field_1580Lnet/minecraft/class_399;field_1580:Jnamed lastSaveTimeLnet/minecraft/world/chunk/Chunk;lastSaveTime:J
-
minimumHeightMap
private int minimumHeightMap- Mappings:
Namespace Name Mixin selector official tLamy;t:Iintermediary field_1581Lnet/minecraft/class_399;field_1581:Inamed minimumHeightMapLnet/minecraft/world/chunk/Chunk;minimumHeightMap:I
-
inhabitedTime
private long inhabitedTime- Mappings:
Namespace Name Mixin selector official uLamy;u:Jintermediary field_1582Lnet/minecraft/class_399;field_1582:Jnamed inhabitedTimeLnet/minecraft/world/chunk/Chunk;inhabitedTime:J
-
field_1583
private int field_1583- Mappings:
Namespace Name Mixin selector official vLamy;v:Iintermediary field_1583Lnet/minecraft/class_399;field_1583:Inamed field_1583Lnet/minecraft/world/chunk/Chunk;field_1583:I
-
blocks
- Mappings:
Namespace Name Mixin selector official wLamy;w:Ljava/util/concurrent/ConcurrentLinkedQueue;intermediary field_1584Lnet/minecraft/class_399;field_1584:Ljava/util/concurrent/ConcurrentLinkedQueue;named blocksLnet/minecraft/world/chunk/Chunk;blocks:Ljava/util/concurrent/ConcurrentLinkedQueue;
-
-
Constructor Details
-
Chunk
- Mappings:
Namespace Name Mixin selector official <init>Lamy;<init>(Ladm;II)Vintermediary <init>Lnet/minecraft/class_399;<init>(Lnet/minecraft/class_99;II)Vnamed <init>Lnet/minecraft/world/chunk/Chunk;<init>(Lnet/minecraft/world/World;II)V
-
Chunk
- Mappings:
Namespace Name Mixin selector official <init>Lamy;<init>(Ladm;Lans;II)Vintermediary <init>Lnet/minecraft/class_399;<init>(Lnet/minecraft/class_99;Lnet/minecraft/class_416;II)Vnamed <init>Lnet/minecraft/world/chunk/Chunk;<init>(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/ChunkCoordinateRange;II)V
-
-
Method Details
-
isChunkEqual
public boolean isChunkEqual(int chunkX, int chunkZ)- Mappings:
Namespace Name Mixin selector official aLamy;a(II)Zintermediary method_1344Lnet/minecraft/class_399;method_1344(II)Znamed isChunkEqualLnet/minecraft/world/chunk/Chunk;isChunkEqual(II)Z
-
method_1392
- Mappings:
Namespace Name Mixin selector official fLamy;f(Lcj;)Iintermediary method_1392Lnet/minecraft/class_399;method_1392(Lnet/minecraft/class_1372;)Inamed method_1392Lnet/minecraft/world/chunk/Chunk;method_1392(Lnet/minecraft/util/math/BlockPos;)I
-
method_1369
public int method_1369(int int2, int int3)- Mappings:
Namespace Name Mixin selector official bLamy;b(II)Iintermediary method_1369Lnet/minecraft/class_399;method_1369(II)Inamed method_1369Lnet/minecraft/world/chunk/Chunk;method_1369(II)I
-
method_1394
public int method_1394()- Mappings:
Namespace Name Mixin selector official gLamy;g()Iintermediary method_1394Lnet/minecraft/class_399;method_1394()Inamed method_1394Lnet/minecraft/world/chunk/Chunk;method_1394()I
-
getBlockStorage
- Mappings:
Namespace Name Mixin selector official hLamy;h()[Lamz;intermediary method_1398Lnet/minecraft/class_399;method_1398()[Lnet/minecraft/class_401;named getBlockStorageLnet/minecraft/world/chunk/Chunk;getBlockStorage()[Lnet/minecraft/world/chunk/BlockStorage;
-
method_1343
- Mappings:
Namespace Name Mixin selector official aLamy;a()Vintermediary method_1343Lnet/minecraft/class_399;method_1343()Vnamed method_1343Lnet/minecraft/world/chunk/Chunk;method_1343()V
-
method_1368
public void method_1368()- Mappings:
Namespace Name Mixin selector official bLamy;b()Vintermediary method_1368Lnet/minecraft/class_399;method_1368()Vnamed method_1368Lnet/minecraft/world/chunk/Chunk;method_1368()V
-
method_1381
private void method_1381(int int2, int int3)- Mappings:
Namespace Name Mixin selector official dLamy;d(II)Vintermediary method_1381Lnet/minecraft/class_399;method_1381(II)Vnamed method_1381Lnet/minecraft/world/chunk/Chunk;method_1381(II)V
-
method_1400
private void method_1400(boolean bool)- Mappings:
Namespace Name Mixin selector official hLamy;h(Z)Vintermediary method_1400Lnet/minecraft/class_399;method_1400(Z)Vnamed method_1400Lnet/minecraft/world/chunk/Chunk;method_1400(Z)V
-
method_1376
private void method_1376(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official cLamy;c(III)Vintermediary method_1376Lnet/minecraft/class_399;method_1376(III)Vnamed method_1376Lnet/minecraft/world/chunk/Chunk;method_1376(III)V
-
method_1346
private void method_1346(int int2, int int3, int int4, int int5)- Mappings:
Namespace Name Mixin selector official aLamy;a(IIII)Vintermediary method_1346Lnet/minecraft/class_399;method_1346(IIII)Vnamed method_1346Lnet/minecraft/world/chunk/Chunk;method_1346(IIII)V
-
method_1382
private void method_1382(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official dLamy;d(III)Vintermediary method_1382Lnet/minecraft/class_399;method_1382(III)Vnamed method_1382Lnet/minecraft/world/chunk/Chunk;method_1382(III)V
-
method_1371
- Mappings:
Namespace Name Mixin selector official bLamy;b(Lcj;)Iintermediary method_1371Lnet/minecraft/class_399;method_1371(Lnet/minecraft/class_1372;)Inamed method_1371Lnet/minecraft/world/chunk/Chunk;method_1371(Lnet/minecraft/util/math/BlockPos;)I
-
method_1387
private int method_1387(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official eLamy;e(III)Iintermediary method_1387Lnet/minecraft/class_399;method_1387(III)Inamed method_1387Lnet/minecraft/world/chunk/Chunk;method_1387(III)I
-
method_1391
- Mappings:
Namespace Name Mixin selector official fLamy;f(III)Lafh;intermediary method_1391Lnet/minecraft/class_399;method_1391(III)Lnet/minecraft/class_160;named method_1391Lnet/minecraft/world/chunk/Chunk;method_1391(III)Lnet/minecraft/block/Block;
-
method_1345
- Mappings:
Namespace Name Mixin selector official aLamy;a(III)Lafh;intermediary method_1345Lnet/minecraft/class_399;method_1345(III)Lnet/minecraft/class_160;named method_1345Lnet/minecraft/world/chunk/Chunk;method_1345(III)Lnet/minecraft/block/Block;
-
getBlockAtPos
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;)Lafh;intermediary method_1352Lnet/minecraft/class_399;method_1352(Lnet/minecraft/class_1372;)Lnet/minecraft/class_160;named getBlockAtPosLnet/minecraft/world/chunk/Chunk;getBlockAtPos(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/Block;
-
getBlockState
- Mappings:
Namespace Name Mixin selector official gLamy;g(Lcj;)Lalz;intermediary method_1396Lnet/minecraft/class_399;method_1396(Lnet/minecraft/class_1372;)Lnet/minecraft/class_376;named getBlockStateLnet/minecraft/world/chunk/Chunk;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-
method_1395
private int method_1395(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official gLamy;g(III)Iintermediary method_1395Lnet/minecraft/class_399;method_1395(III)Inamed method_1395Lnet/minecraft/world/chunk/Chunk;method_1395(III)I
-
method_1378
- Mappings:
Namespace Name Mixin selector official cLamy;c(Lcj;)Iintermediary method_1378Lnet/minecraft/class_399;method_1378(Lnet/minecraft/class_1372;)Inamed method_1378Lnet/minecraft/world/chunk/Chunk;method_1378(Lnet/minecraft/util/math/BlockPos;)I
-
getBlockState
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;Lalz;)Lalz;intermediary method_1356Lnet/minecraft/class_399;method_1356(Lnet/minecraft/class_1372;Lnet/minecraft/class_376;)Lnet/minecraft/class_376;named getBlockStateLnet/minecraft/world/chunk/Chunk;getBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
-
getLightAtPos
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lads;Lcj;)Iintermediary method_1348Lnet/minecraft/class_399;method_1348(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;)Inamed getLightAtPosLnet/minecraft/world/chunk/Chunk;getLightAtPos(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;)I
-
method_1349
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lads;Lcj;I)Vintermediary method_1349Lnet/minecraft/class_399;method_1349(Lnet/minecraft/class_106;Lnet/minecraft/class_1372;I)Vnamed method_1349Lnet/minecraft/world/chunk/Chunk;method_1349(Lnet/minecraft/world/LightType;Lnet/minecraft/util/math/BlockPos;I)V
-
method_1353
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;I)Iintermediary method_1353Lnet/minecraft/class_399;method_1353(Lnet/minecraft/class_1372;I)Inamed method_1353Lnet/minecraft/world/chunk/Chunk;method_1353(Lnet/minecraft/util/math/BlockPos;I)I
-
method_1360
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lpk;)Vintermediary method_1360Lnet/minecraft/class_399;method_1360(Lnet/minecraft/class_1745;)Vnamed method_1360Lnet/minecraft/world/chunk/Chunk;method_1360(Lnet/minecraft/entity/Entity;)V
-
method_1372
- Mappings:
Namespace Name Mixin selector official bLamy;b(Lpk;)Vintermediary method_1372Lnet/minecraft/class_399;method_1372(Lnet/minecraft/class_1745;)Vnamed method_1372Lnet/minecraft/world/chunk/Chunk;method_1372(Lnet/minecraft/entity/Entity;)V
-
method_1361
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lpk;I)Vintermediary method_1361Lnet/minecraft/class_399;method_1361(Lnet/minecraft/class_1745;I)Vnamed method_1361Lnet/minecraft/world/chunk/Chunk;method_1361(Lnet/minecraft/entity/Entity;I)V
-
hasDirectSunlight
- Mappings:
Namespace Name Mixin selector official dLamy;d(Lcj;)Zintermediary method_1383Lnet/minecraft/class_399;method_1383(Lnet/minecraft/class_1372;)Znamed hasDirectSunlightLnet/minecraft/world/chunk/Chunk;hasDirectSunlight(Lnet/minecraft/util/math/BlockPos;)Z
-
method_1402
- Mappings:
Namespace Name Mixin selector official iLamy;i(Lcj;)Lakw;intermediary method_1402Lnet/minecraft/class_399;method_1402(Lnet/minecraft/class_1372;)Lnet/minecraft/class_348;named method_1402Lnet/minecraft/world/chunk/Chunk;method_1402(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
-
method_1357
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;Lamy$a;)Lakw;intermediary method_1357Lnet/minecraft/class_399;method_1357(Lnet/minecraft/class_1372;Lnet/minecraft/class_399$class_400;)Lnet/minecraft/class_348;named method_1357Lnet/minecraft/world/chunk/Chunk;method_1357(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/chunk/Chunk$Status;)Lnet/minecraft/block/entity/BlockEntity;
-
method_1350
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lakw;)Vintermediary method_1350Lnet/minecraft/class_399;method_1350(Lnet/minecraft/class_348;)Vnamed method_1350Lnet/minecraft/world/chunk/Chunk;method_1350(Lnet/minecraft/block/entity/BlockEntity;)V
-
method_1355
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;Lakw;)Vintermediary method_1355Lnet/minecraft/class_399;method_1355(Lnet/minecraft/class_1372;Lnet/minecraft/class_348;)Vnamed method_1355Lnet/minecraft/world/chunk/Chunk;method_1355(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/entity/BlockEntity;)V
-
method_1388
- Mappings:
Namespace Name Mixin selector official eLamy;e(Lcj;)Vintermediary method_1388Lnet/minecraft/class_399;method_1388(Lnet/minecraft/class_1372;)Vnamed method_1388Lnet/minecraft/world/chunk/Chunk;method_1388(Lnet/minecraft/util/math/BlockPos;)V
-
method_1374
public void method_1374()- Mappings:
Namespace Name Mixin selector official cLamy;c()Vintermediary method_1374Lnet/minecraft/class_399;method_1374()Vnamed method_1374Lnet/minecraft/world/chunk/Chunk;method_1374()V
-
method_1380
public void method_1380()- Mappings:
Namespace Name Mixin selector official dLamy;d()Vintermediary method_1380Lnet/minecraft/class_399;method_1380()Vnamed method_1380Lnet/minecraft/world/chunk/Chunk;method_1380()V
-
method_1385
public void method_1385()- Mappings:
Namespace Name Mixin selector official eLamy;e()Vintermediary method_1385Lnet/minecraft/class_399;method_1385()Vnamed method_1385Lnet/minecraft/world/chunk/Chunk;method_1385()V
-
method_1362
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lpk;Laug;Ljava/util/List;Lcom/google/common/base/Predicate;)Vintermediary method_1362Lnet/minecraft/class_399;method_1362(Lnet/minecraft/class_1745;Lnet/minecraft/class_646;Ljava/util/List;Lcom/google/common/base/Predicate;)Vnamed method_1362Lnet/minecraft/world/chunk/Chunk;method_1362(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Box;Ljava/util/List;Lcom/google/common/base/Predicate;)V
-
method_1359
public <T extends Entity> void method_1359(Class<? extends T> clazz, Box box, List<T> list, Predicate<? super T> pred)- Mappings:
Namespace Name Mixin selector official aLamy;a(Ljava/lang/Class;Laug;Ljava/util/List;Lcom/google/common/base/Predicate;)Vintermediary method_1359Lnet/minecraft/class_399;method_1359(Ljava/lang/Class;Lnet/minecraft/class_646;Ljava/util/List;Lcom/google/common/base/Predicate;)Vnamed method_1359Lnet/minecraft/world/chunk/Chunk;method_1359(Ljava/lang/Class;Lnet/minecraft/util/math/Box;Ljava/util/List;Lcom/google/common/base/Predicate;)V
-
method_1363
public boolean method_1363(boolean bool)- Mappings:
Namespace Name Mixin selector official aLamy;a(Z)Zintermediary method_1363Lnet/minecraft/class_399;method_1363(Z)Znamed method_1363Lnet/minecraft/world/chunk/Chunk;method_1363(Z)Z
-
method_1347
- Mappings:
Namespace Name Mixin selector official aLamy;a(J)Ljava/util/Random;intermediary method_1347Lnet/minecraft/class_399;method_1347(J)Ljava/util/Random;named method_1347Lnet/minecraft/world/chunk/Chunk;method_1347(J)Ljava/util/Random;
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official fLamy;f()Zintermediary method_1390Lnet/minecraft/class_399;method_1390()Znamed isEmptyLnet/minecraft/world/chunk/Chunk;isEmpty()Z
-
method_1351
public void method_1351(ChunkProvider provider, ChunkProvider chunkProvider, int chunkX, int chunkZ)- Mappings:
Namespace Name Mixin selector official aLamy;a(Lamv;Lamv;II)Vintermediary method_1351Lnet/minecraft/class_399;method_1351(Lnet/minecraft/class_396;Lnet/minecraft/class_396;II)Vnamed method_1351Lnet/minecraft/world/chunk/Chunk;method_1351(Lnet/minecraft/world/chunk/ChunkProvider;Lnet/minecraft/world/chunk/ChunkProvider;II)V
-
method_1399
- Mappings:
Namespace Name Mixin selector official hLamy;h(Lcj;)Lcj;intermediary method_1399Lnet/minecraft/class_399;method_1399(Lnet/minecraft/class_1372;)Lnet/minecraft/class_1372;named method_1399Lnet/minecraft/world/chunk/Chunk;method_1399(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/BlockPos;
-
method_1373
public void method_1373(boolean bool)- Mappings:
Namespace Name Mixin selector official bLamy;b(Z)Vintermediary method_1373Lnet/minecraft/class_399;method_1373(Z)Vnamed method_1373Lnet/minecraft/world/chunk/Chunk;method_1373(Z)V
-
method_1401
public boolean method_1401()- Mappings:
Namespace Name Mixin selector official iLamy;i()Zintermediary method_1401Lnet/minecraft/class_399;method_1401()Znamed method_1401Lnet/minecraft/world/chunk/Chunk;method_1401()Z
-
getChunkPos
- Mappings:
Namespace Name Mixin selector official jLamy;j()Ladg;intermediary method_1403Lnet/minecraft/class_399;method_1403()Lnet/minecraft/class_92;named getChunkPosLnet/minecraft/world/chunk/Chunk;getChunkPos()Lnet/minecraft/util/math/ChunkPos;
-
method_1375
public boolean method_1375(int int2, int int3)- Mappings:
Namespace Name Mixin selector official cLamy;c(II)Zintermediary method_1375Lnet/minecraft/class_399;method_1375(II)Znamed method_1375Lnet/minecraft/world/chunk/Chunk;method_1375(II)Z
-
setLevelChunkSections
- Mappings:
Namespace Name Mixin selector official aLamy;a([Lamz;)Vintermediary method_1367Lnet/minecraft/class_399;method_1367([Lnet/minecraft/class_401;)Vnamed setLevelChunkSectionsLnet/minecraft/world/chunk/Chunk;setLevelChunkSections([Lnet/minecraft/world/chunk/BlockStorage;)V
-
method_1365
- Mappings:
Namespace Name Mixin selector official aLamy;a([BIZ)Vintermediary method_1365Lnet/minecraft/class_399;method_1365([BIZ)Vnamed method_1365Lnet/minecraft/world/chunk/Chunk;method_1365([BIZ)V
-
getBiomeAt
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcj;Laec;)Lady;intermediary method_1354Lnet/minecraft/class_399;method_1354(Lnet/minecraft/class_1372;Lnet/minecraft/class_123;)Lnet/minecraft/class_113;named getBiomeAtLnet/minecraft/world/chunk/Chunk;getBiomeAt(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/LayeredBiomeSource;)Lnet/minecraft/world/biome/Biome;
-
getBiomeArray
public byte[] getBiomeArray()- Mappings:
Namespace Name Mixin selector official kLamy;k()[Bintermediary method_1404Lnet/minecraft/class_399;method_1404()[Bnamed getBiomeArrayLnet/minecraft/world/chunk/Chunk;getBiomeArray()[B
-
setBiomeArray
public void setBiomeArray(byte[] byte2)- Mappings:
Namespace Name Mixin selector official aLamy;a([B)Vintermediary method_1364Lnet/minecraft/class_399;method_1364([B)Vnamed setBiomeArrayLnet/minecraft/world/chunk/Chunk;setBiomeArray([B)V
-
method_1405
public void method_1405()- Mappings:
Namespace Name Mixin selector official lLamy;l()Vintermediary method_1405Lnet/minecraft/class_399;method_1405()Vnamed method_1405Lnet/minecraft/world/chunk/Chunk;method_1405()V
-
method_1406
public void method_1406()- Mappings:
Namespace Name Mixin selector official mLamy;m()Vintermediary method_1406Lnet/minecraft/class_399;method_1406()Vnamed method_1406Lnet/minecraft/world/chunk/Chunk;method_1406()V
-
populate
public void populate()- Mappings:
Namespace Name Mixin selector official nLamy;n()Vintermediary method_1407Lnet/minecraft/class_399;method_1407()Vnamed populateLnet/minecraft/world/chunk/Chunk;populate()V
-
method_1417
private void method_1417()- Mappings:
Namespace Name Mixin selector official yLamy;y()Vintermediary method_1417Lnet/minecraft/class_399;method_1417()Vnamed method_1417Lnet/minecraft/world/chunk/Chunk;method_1417()V
-
updateLight
- Mappings:
Namespace Name Mixin selector official aLamy;a(Lcq;)Vintermediary method_1358Lnet/minecraft/class_399;method_1358(Lnet/minecraft/class_1383;)Vnamed updateLightLnet/minecraft/world/chunk/Chunk;updateLight(Lnet/minecraft/util/math/Direction;)V
-
updateLight
private boolean updateLight(int x, int z)- Mappings:
Namespace Name Mixin selector official eLamy;e(II)Zintermediary method_1386Lnet/minecraft/class_399;method_1386(II)Znamed updateLightLnet/minecraft/world/chunk/Chunk;updateLight(II)Z
-
isLoaded
public boolean isLoaded()- Mappings:
Namespace Name Mixin selector official oLamy;o()Zintermediary method_1408Lnet/minecraft/class_399;method_1408()Znamed isLoadedLnet/minecraft/world/chunk/Chunk;isLoaded()Z
-
setChunkLoaded
- Mappings:
Namespace Name Mixin selector official cLamy;c(Z)Vintermediary method_1379Lnet/minecraft/class_399;method_1379(Z)Vnamed setChunkLoadedLnet/minecraft/world/chunk/Chunk;setChunkLoaded(Z)V
-
getWorld
- Mappings:
Namespace Name Mixin selector official pLamy;p()Ladm;intermediary method_1409Lnet/minecraft/class_399;method_1409()Lnet/minecraft/class_99;named getWorldLnet/minecraft/world/chunk/Chunk;getWorld()Lnet/minecraft/world/World;
-
getLevelHeightmap
public int[] getLevelHeightmap()- Mappings:
Namespace Name Mixin selector official qLamy;q()[Iintermediary method_1410Lnet/minecraft/class_399;method_1410()[Inamed getLevelHeightmapLnet/minecraft/world/chunk/Chunk;getLevelHeightmap()[I
-
setLevelHeightmap
public void setLevelHeightmap(int[] heightmap)- Mappings:
Namespace Name Mixin selector official aLamy;a([I)Vintermediary method_1366Lnet/minecraft/class_399;method_1366([I)Vnamed setLevelHeightmapLnet/minecraft/world/chunk/Chunk;setLevelHeightmap([I)V
-
getBlockEntities
- Mappings:
Namespace Name Mixin selector official rLamy;r()Ljava/util/Map;intermediary method_1411Lnet/minecraft/class_399;method_1411()Ljava/util/Map;named getBlockEntitiesLnet/minecraft/world/chunk/Chunk;getBlockEntities()Ljava/util/Map;
-
getEntities
- Mappings:
Namespace Name Mixin selector official sLamy;s()[Lne;intermediary method_1412Lnet/minecraft/class_399;method_1412()[Lnet/minecraft/class_1690;named getEntitiesLnet/minecraft/world/chunk/Chunk;getEntities()[Lnet/minecraft/util/TypeFilterableList;
-
isTerrainPopulated
public boolean isTerrainPopulated()- Mappings:
Namespace Name Mixin selector official tLamy;t()Zintermediary method_1413Lnet/minecraft/class_399;method_1413()Znamed isTerrainPopulatedLnet/minecraft/world/chunk/Chunk;isTerrainPopulated()Z
-
setTerrainPopulated
public void setTerrainPopulated(boolean terrainPopulated)- Mappings:
Namespace Name Mixin selector official dLamy;d(Z)Vintermediary method_1384Lnet/minecraft/class_399;method_1384(Z)Vnamed setTerrainPopulatedLnet/minecraft/world/chunk/Chunk;setTerrainPopulated(Z)V
-
isLightPopulated
public boolean isLightPopulated()- Mappings:
Namespace Name Mixin selector official uLamy;u()Zintermediary method_1414Lnet/minecraft/class_399;method_1414()Znamed isLightPopulatedLnet/minecraft/world/chunk/Chunk;isLightPopulated()Z
-
setLightPopulated
public void setLightPopulated(boolean lightPopulated)- Mappings:
Namespace Name Mixin selector official eLamy;e(Z)Vintermediary method_1389Lnet/minecraft/class_399;method_1389(Z)Vnamed setLightPopulatedLnet/minecraft/world/chunk/Chunk;setLightPopulated(Z)V
-
setModified
public void setModified(boolean modified)- Mappings:
Namespace Name Mixin selector official fLamy;f(Z)Vintermediary method_1393Lnet/minecraft/class_399;method_1393(Z)Vnamed setModifiedLnet/minecraft/world/chunk/Chunk;setModified(Z)V
-
setHasEntities
public void setHasEntities(boolean containsEntities)- Mappings:
Namespace Name Mixin selector official gLamy;g(Z)Vintermediary method_1397Lnet/minecraft/class_399;method_1397(Z)Vnamed setHasEntitiesLnet/minecraft/world/chunk/Chunk;setHasEntities(Z)V
-
setLastSaveTime
public void setLastSaveTime(long lastSaveTime)- Mappings:
Namespace Name Mixin selector official bLamy;b(J)Vintermediary method_1370Lnet/minecraft/class_399;method_1370(J)Vnamed setLastSaveTimeLnet/minecraft/world/chunk/Chunk;setLastSaveTime(J)V
-
getMinimumHeightMap
public int getMinimumHeightMap()- Mappings:
Namespace Name Mixin selector official vLamy;v()Iintermediary method_1415Lnet/minecraft/class_399;method_1415()Inamed getMinimumHeightMapLnet/minecraft/world/chunk/Chunk;getMinimumHeightMap()I
-
getInhabitedTime
public long getInhabitedTime()- Mappings:
Namespace Name Mixin selector official wLamy;w()Jintermediary method_1416Lnet/minecraft/class_399;method_1416()Jnamed getInhabitedTimeLnet/minecraft/world/chunk/Chunk;getInhabitedTime()J
-
setInhabitedTime
public void setInhabitedTime(long inhabitedTime)- Mappings:
Namespace Name Mixin selector official cLamy;c(J)Vintermediary method_1377Lnet/minecraft/class_399;method_1377(J)Vnamed setInhabitedTimeLnet/minecraft/world/chunk/Chunk;setInhabitedTime(J)V
-