Package net.minecraft.world.level.chunk
Class EmptyLevelChunk.EmptyChunkBiomeContainer
java.lang.Object
net.minecraft.world.level.chunk.ChunkBiomeContainer
net.minecraft.world.level.chunk.EmptyLevelChunk.EmptyChunkBiomeContainer
- All Implemented Interfaces:
BiomeManager.NoiseBiomeSource
- Enclosing class:
- EmptyLevelChunk
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.chunk.ChunkBiomeContainer
MAX_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNoiseBiome(int p_156353_, int p_156354_, int p_156355_)int[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.biome.BiomeManager.NoiseBiomeSource
getPrimaryBiome
-
Field Details
-
EMPTY_BIOMES
-
-
Constructor Details
-
EmptyChunkBiomeContainer
-
-
Method Details
-
writeBiomes
public int[] writeBiomes()- Overrides:
writeBiomesin classChunkBiomeContainer
-
getNoiseBiome
- Specified by:
getNoiseBiomein interfaceBiomeManager.NoiseBiomeSource- Overrides:
getNoiseBiomein classChunkBiomeContainer
-