Package net.minecraft.world.chunk
Class EmptyChunk.EmptyBiomeArray
java.lang.Object
net.minecraft.world.biome.source.BiomeArray
net.minecraft.world.chunk.EmptyChunk.EmptyBiomeArray
- All Implemented Interfaces:
BiomeAccess.Storage
- Enclosing class:
- EmptyChunk
static class EmptyChunk.EmptyBiomeArray extends BiomeArray
- Mappings:
Namespace Name official cjr$aintermediary net/minecraft/class_2812$class_5706named net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray
-
Field Summary
Fields Modifier and Type Field Description private static Biome[]EMPTY_ARRAYFields inherited from class net.minecraft.world.biome.source.BiomeArray
DEFAULT_LENGTH -
Constructor Summary
Constructors Constructor Description EmptyBiomeArray(World world) -
Method Summary
Modifier and Type Method Description BiomegetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)int[]toIntArray()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.biome.source.BiomeAccess.Storage
method_31609
-
Field Details
-
EMPTY_ARRAY
- Mappings:
Namespace Name Mixin selector official bLcjr$a;b:[Lbuu;intermediary field_28128Lnet/minecraft/class_2812$class_5706;field_28128:[Lnet/minecraft/class_1959;named EMPTY_ARRAYLnet/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray;EMPTY_ARRAY:[Lnet/minecraft/world/biome/Biome;
-
-
Constructor Details
-
EmptyBiomeArray
- Mappings:
Namespace Name Mixin selector official <init>Lcjr$a;<init>(Lbtv;)Vintermediary <init>Lnet/minecraft/class_2812$class_5706;<init>(Lnet/minecraft/class_1937;)Vnamed <init>Lnet/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
toIntArray
public int[] toIntArray()- Overrides:
toIntArrayin classBiomeArray- Mappings:
Namespace Name Mixin selector official aLcjm;a()[Iintermediary method_22401Lnet/minecraft/class_4548;method_22401()[Inamed toIntArrayLnet/minecraft/world/biome/source/BiomeArray;toIntArray()[I
-
getBiomeForNoiseGen
- Specified by:
getBiomeForNoiseGenin interfaceBiomeAccess.Storage- Overrides:
getBiomeForNoiseGenin classBiomeArray- Mappings:
Namespace Name Mixin selector official bLbuw$a;b(III)Lbuu;intermediary method_16359Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;named getBiomeForNoiseGenLnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
-