Uses of Class
net.minecraft.world.biome.source.BiomeArray
Packages that use BiomeArray
-
Uses of BiomeArray in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type BiomeArrayModifier and TypeMethodDescriptionClientChunkManager.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.chunkFields in net.minecraft.world.chunk declared as BiomeArrayModifier and TypeFieldDescriptionprivate BiomeArray
WorldChunk.biomeArray
private @Nullable BiomeArray
ProtoChunk.biomes
Methods in net.minecraft.world.chunk that return BiomeArrayModifier and TypeMethodDescriptionChunk.getBiomeArray()
ProtoChunk.getBiomeArray()
ReadOnlyChunk.getBiomeArray()
WorldChunk.getBiomeArray()
Methods in net.minecraft.world.chunk with parameters of type BiomeArrayModifier and TypeMethodDescriptionvoid
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 BiomeArrayModifierConstructorDescriptionWorldChunk
(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)