Package net.minecraft.world.biome.source
Class BiomeArray
java.lang.Object
net.minecraft.world.biome.source.BiomeArray
- All Implemented Interfaces:
BiomeAccess.Storage
- Direct Known Subclasses:
EmptyChunk.EmptyBiomeArray
public class BiomeArray extends Object implements BiomeAccess.Storage
- Mappings:
Namespace Name official cjm
intermediary net/minecraft/class_4548
named net/minecraft/world/biome/source/BiomeArray
-
Field Summary
Fields Modifier and Type Field Description private Biome[]
data
static int
DEFAULT_LENGTH
private IndexedIterable<Biome>
field_25831
private int
field_28126
private int
field_28127
private static int
HORIZONTAL_BIT_MASK
private static int
HORIZONTAL_SECTION_COUNT
private static Logger
LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, int[] int2)
BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, ChunkPos chunkPos, BiomeSource biomeSource)
BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, ChunkPos chunkPos, BiomeSource biomeSource, int[] int2)
protected
BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, Biome[] biome)
-
Method Summary
Modifier and Type Method Description Biome
getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
private static int
method_32915(int int2, int int3)
private static Biome
method_32916(BiomeSource biomeSource, int int2, int int3, int int4, int int5)
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
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Lcjm;b:Lorg/apache/logging/log4j/Logger;
intermediary field_21813
Lnet/minecraft/class_4548;field_21813:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/world/biome/source/BiomeArray;LOGGER:Lorg/apache/logging/log4j/Logger;
-
HORIZONTAL_SECTION_COUNT
private static final int HORIZONTAL_SECTION_COUNT- Mappings:
Namespace Name Mixin selector official c
Lcjm;c:I
intermediary field_20652
Lnet/minecraft/class_4548;field_20652:I
named HORIZONTAL_SECTION_COUNT
Lnet/minecraft/world/biome/source/BiomeArray;HORIZONTAL_SECTION_COUNT:I
-
HORIZONTAL_BIT_MASK
private static final int HORIZONTAL_BIT_MASK- Mappings:
Namespace Name Mixin selector official d
Lcjm;d:I
intermediary field_20650
Lnet/minecraft/class_4548;field_20650:I
named HORIZONTAL_BIT_MASK
Lnet/minecraft/world/biome/source/BiomeArray;HORIZONTAL_BIT_MASK:I
-
DEFAULT_LENGTH
public static final int DEFAULT_LENGTH- Mappings:
Namespace Name Mixin selector official a
Lcjm;a:I
intermediary field_20649
Lnet/minecraft/class_4548;field_20649:I
named DEFAULT_LENGTH
Lnet/minecraft/world/biome/source/BiomeArray;DEFAULT_LENGTH:I
-
field_25831
- Mappings:
Namespace Name Mixin selector official e
Lcjm;e:Lgg;
intermediary field_25831
Lnet/minecraft/class_4548;field_25831:Lnet/minecraft/class_2359;
named field_25831
Lnet/minecraft/world/biome/source/BiomeArray;field_25831:Lnet/minecraft/util/collection/IndexedIterable;
-
data
- Mappings:
Namespace Name Mixin selector official f
Lcjm;f:[Lbuu;
intermediary field_20654
Lnet/minecraft/class_4548;field_20654:[Lnet/minecraft/class_1959;
named data
Lnet/minecraft/world/biome/source/BiomeArray;data:[Lnet/minecraft/world/biome/Biome;
-
field_28126
private final int field_28126- Mappings:
Namespace Name Mixin selector official g
Lcjm;g:I
intermediary field_28126
Lnet/minecraft/class_4548;field_28126:I
named field_28126
Lnet/minecraft/world/biome/source/BiomeArray;field_28126:I
-
field_28127
private final int field_28127- Mappings:
Namespace Name Mixin selector official h
Lcjm;h:I
intermediary field_28127
Lnet/minecraft/class_4548;field_28127:I
named field_28127
Lnet/minecraft/world/biome/source/BiomeArray;field_28127:I
-
-
Constructor Details
-
BiomeArray
protected BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, Biome[] biome) -
BiomeArray
@Environment(CLIENT) public BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, int[] int2) -
BiomeArray
public BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, ChunkPos chunkPos, BiomeSource biomeSource) -
BiomeArray
public BiomeArray(IndexedIterable<Biome> indexedIterable, HeightLimitView heightLimitView, ChunkPos chunkPos, BiomeSource biomeSource, @Nullable int[] int2)
-
-
Method Details
-
method_32915
private static int method_32915(int int2, int int3)- Mappings:
Namespace Name Mixin selector official a
Lcjm;a(II)I
intermediary method_32915
Lnet/minecraft/class_4548;method_32915(II)I
named method_32915
Lnet/minecraft/world/biome/source/BiomeArray;method_32915(II)I
-
method_32916
- Mappings:
Namespace Name Mixin selector official a
Lcjm;a(Lbux;IIII)Lbuu;
intermediary method_32916
Lnet/minecraft/class_4548;method_32916(Lnet/minecraft/class_1966;IIII)Lnet/minecraft/class_1959;
named method_32916
Lnet/minecraft/world/biome/source/BiomeArray;method_32916(Lnet/minecraft/world/biome/source/BiomeSource;IIII)Lnet/minecraft/world/biome/Biome;
-
toIntArray
public int[] toIntArray()- 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
- 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;
-