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$a
intermediary net/minecraft/class_2812$class_5706
named net/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray
-
Field Summary
Fields Modifier and Type Field Description private static Biome[]
EMPTY_ARRAY
Fields 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 Biome
getBiomeForNoiseGen(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, wait
Methods inherited from interface net.minecraft.world.biome.source.BiomeAccess.Storage
method_31609
-
Field Details
-
EMPTY_ARRAY
- Mappings:
Namespace Name Mixin selector official b
Lcjr$a;b:[Lbuu;
intermediary field_28128
Lnet/minecraft/class_2812$class_5706;field_28128:[Lnet/minecraft/class_1959;
named EMPTY_ARRAY
Lnet/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;)V
intermediary <init>
Lnet/minecraft/class_2812$class_5706;<init>(Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/world/chunk/EmptyChunk$EmptyBiomeArray;<init>(Lnet/minecraft/world/World;)V
-
-
Method Details
-
toIntArray
public int[] toIntArray()- Overrides:
toIntArray
in classBiomeArray
- Mappings:
Namespace Name Mixin selector official a
Lcjm;a()[I
intermediary method_22401
Lnet/minecraft/class_4548;method_22401()[I
named toIntArray
Lnet/minecraft/world/biome/source/BiomeArray;toIntArray()[I
-
getBiomeForNoiseGen
- Specified by:
getBiomeForNoiseGen
in interfaceBiomeAccess.Storage
- Overrides:
getBiomeForNoiseGen
in classBiomeArray
- Mappings:
Namespace Name Mixin selector official b
Lbuw$a;b(III)Lbuu;
intermediary method_16359
Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
-