Package | Description |
---|---|
net.minecraft.client.multiplayer | |
net.minecraft.network.play.server | |
net.minecraft.world.biome | |
net.minecraft.world.chunk |
Modifier and Type | Method and Description |
---|---|
Chunk |
ClientChunkProvider.loadChunk(int chunkX,
int chunkZ,
BiomeContainer biomeContainerIn,
PacketBuffer packetIn,
CompoundNBT nbtTagIn,
int sizeIn) |
Modifier and Type | Field and Description |
---|---|
private BiomeContainer |
SChunkDataPacket.biomes |
Modifier and Type | Method and Description |
---|---|
BiomeContainer |
SChunkDataPacket.getBiomes() |
Modifier and Type | Method and Description |
---|---|
BiomeContainer |
BiomeContainer.clone() |
Modifier and Type | Field and Description |
---|---|
private BiomeContainer |
ChunkPrimer.biomes |
private BiomeContainer |
Chunk.blockBiomeArray |
Modifier and Type | Method and Description |
---|---|
BiomeContainer |
ChunkPrimer.getBiomes() |
BiomeContainer |
ChunkPrimerWrapper.getBiomes() |
BiomeContainer |
Chunk.getBiomes() |
BiomeContainer |
IChunk.getBiomes() |
Modifier and Type | Method and Description |
---|---|
void |
ChunkPrimer.func_225548_a_(BiomeContainer p_225548_1_) |
void |
ChunkPrimerWrapper.func_225548_a_(BiomeContainer p_225548_1_) |
void |
Chunk.read(BiomeContainer biomeContainerIn,
PacketBuffer packetBufferIn,
CompoundNBT nbtIn,
int availableSections) |
Constructor and Description |
---|
Chunk(World worldIn,
ChunkPos chunkPosIn,
BiomeContainer biomeContainerIn) |
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) |