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
Fields inherited from class net.minecraft.world.level.chunk.ChunkBiomeContainer
MAX_SIZE
-
Constructor Summary
-
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, wait
Methods 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:
writeBiomes
in classChunkBiomeContainer
-
getNoiseBiome
- Specified by:
getNoiseBiome
in interfaceBiomeManager.NoiseBiomeSource
- Overrides:
getNoiseBiome
in classChunkBiomeContainer
-