Uses of Class
net.minecraft.world.biome.source.BiomeArray
Package | Description |
---|---|
net.minecraft.client.world | |
net.minecraft.world.chunk |
-
Uses of BiomeArray in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type BiomeArray Modifier and Type Method Description @Nullable WorldChunk
ClientChunkManager. loadChunkFromPacket(int x, int z, BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)
-
Uses of BiomeArray in net.minecraft.world.chunk
Subclasses of BiomeArray in net.minecraft.world.chunk Modifier and Type Class Description (package private) static class
EmptyChunk.EmptyBiomeArray
Fields in net.minecraft.world.chunk declared as BiomeArray Modifier and Type Field Description private BiomeArray
WorldChunk. biomeArray
private @Nullable BiomeArray
ProtoChunk. biomes
Methods in net.minecraft.world.chunk that return BiomeArray Modifier and Type Method Description @Nullable BiomeArray
Chunk. getBiomeArray()
@Nullable BiomeArray
ProtoChunk. getBiomeArray()
BiomeArray
ReadOnlyChunk. getBiomeArray()
BiomeArray
WorldChunk. getBiomeArray()
Methods in net.minecraft.world.chunk with parameters of type BiomeArray Modifier and Type Method Description void
WorldChunk. loadFromPacket(@Nullable BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)
void
ProtoChunk. setBiomes(BiomeArray biomes)
void
ReadOnlyChunk. setBiomes(BiomeArray biomes)
Constructors in net.minecraft.world.chunk with parameters of type BiomeArray Constructor Description WorldChunk(World world, ChunkPos pos, BiomeArray biomes)
WorldChunk(World world, ChunkPos pos, BiomeArray biomes, UpgradeData upgradeData, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sections, @Nullable Consumer<WorldChunk> loadToWorldConsumer)