Package | Description |
---|---|
net.minecraft.village | |
net.minecraft.world.chunk |
Modifier and Type | Method and Description |
---|---|
void |
PointOfInterestManager.checkConsistencyWithBlocks(ChunkPos p_219139_1_,
ChunkSection p_219139_2_) |
private static boolean |
PointOfInterestManager.hasAnyPOI(ChunkSection p_219151_0_) |
private void |
PointOfInterestManager.updateFromSelection(ChunkSection p_219132_1_,
SectionPos p_219132_2_,
java.util.function.BiConsumer<BlockPos,PointOfInterestType> p_219132_3_) |
Modifier and Type | Field and Description |
---|---|
static ChunkSection |
Chunk.EMPTY_SECTION |
private ChunkSection[] |
ChunkPrimer.sections |
private ChunkSection[] |
Chunk.sections |
Modifier and Type | Method and Description |
---|---|
default ChunkSection |
IChunk.getLastExtendedBlockStorage() |
ChunkSection |
ChunkPrimer.getSection(int p_217332_1_) |
ChunkSection[] |
ChunkPrimer.getSections() |
ChunkSection[] |
ChunkPrimerWrapper.getSections() |
ChunkSection[] |
Chunk.getSections() |
ChunkSection[] |
IChunk.getSections() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ChunkSection.isEmpty(ChunkSection section) |
Constructor and Description |
---|
Chunk(World worldIn,
ChunkPos chunkPosIn,
BiomeContainer biomeContainerIn,
UpgradeData upgradeDataIn,
ITickList<Block> tickBlocksIn,
ITickList<Fluid> tickFluidsIn,
long inhabitedTimeIn,
ChunkSection[] sectionsIn,
java.util.function.Consumer<Chunk> postLoadConsumerIn) |
ChunkPrimer(ChunkPos p_i49941_1_,
UpgradeData p_i49941_2_,
ChunkSection[] p_i49941_3_,
ChunkPrimerTickList<Block> p_i49941_4_,
ChunkPrimerTickList<Fluid> p_i49941_5_) |