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 WorldChunkClientChunkManager. 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 classEmptyChunk.EmptyBiomeArrayFields in net.minecraft.world.chunk declared as BiomeArray Modifier and Type Field Description private BiomeArrayWorldChunk. biomeArrayprivate @Nullable BiomeArrayProtoChunk. biomesMethods in net.minecraft.world.chunk that return BiomeArray Modifier and Type Method Description @Nullable BiomeArrayChunk. getBiomeArray()@Nullable BiomeArrayProtoChunk. getBiomeArray()BiomeArrayReadOnlyChunk. getBiomeArray()BiomeArrayWorldChunk. getBiomeArray()Methods in net.minecraft.world.chunk with parameters of type BiomeArray Modifier and Type Method Description voidWorldChunk. loadFromPacket(@Nullable BiomeArray biomes, PacketByteBuf buf, NbtCompound nbt, BitSet bitSet)voidProtoChunk. setBiomes(BiomeArray biomes)voidReadOnlyChunk. 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)