Package net.minecraft.world.chunk
Class EmptyChunk.class_5706
java.lang.Object
net.minecraft.world.biome.source.BiomeArray
net.minecraft.world.chunk.EmptyChunk.class_5706
- All Implemented Interfaces:
BiomeAccess.Storage
- Enclosing class:
- EmptyChunk
static class EmptyChunk.class_5706 extends BiomeArray
-
Field Summary
Fields Modifier and Type Field Description private static Biome[]
field_28128
Fields inherited from class net.minecraft.world.biome.source.BiomeArray
DEFAULT_LENGTH
-
Constructor Summary
Constructors Constructor Description class_5706(World world)
-
Method Summary
Modifier and Type Method Description Biome
getBiomeForNoiseGen(int int2, int int3, int int4)
int[]
toIntArray()
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.biome.source.BiomeAccess.Storage
method_31609
-
Field Details
-
field_28128
-
-
Constructor Details
-
class_5706
-
-
Method Details
-
toIntArray
public int[] toIntArray()- Overrides:
toIntArray
in classBiomeArray
-
getBiomeForNoiseGen
- Specified by:
getBiomeForNoiseGen
in interfaceBiomeAccess.Storage
- Overrides:
getBiomeForNoiseGen
in classBiomeArray
-