Uses of Class
net.minecraft.world.biome.source.BiomeArray
-
Uses of BiomeArray in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientChunkManager.loadChunkFromPacket(int x, int z, BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)
-
Uses of BiomeArray in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate BiomeArray
WorldChunk.biomeArray
private @Nullable BiomeArray
ProtoChunk.biomes
Modifier and TypeMethodDescriptionChunk.getBiomeArray()
ProtoChunk.getBiomeArray()
ReadOnlyChunk.getBiomeArray()
WorldChunk.getBiomeArray()
Modifier and TypeMethodDescriptionvoid
WorldChunk.loadFromPacket(@Nullable BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)
void
ProtoChunk.setBiomes(BiomeArray biomes)
void
ReadOnlyChunk.setBiomes(BiomeArray biomes)
ModifierConstructorDescriptionWorldChunk(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)