Package net.minecraft.world.biome.source
Class BiomeAccess
java.lang.Object
net.minecraft.world.biome.source.BiomeAccess
- Mappings:
Namespace Name official bwy
intermediary net/minecraft/class_4543
named net/minecraft/world/biome/source/BiomeAccess
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static int
private long
private BiomeAccess.Storage
private BiomeAccessType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBiomeForNoiseGen(double x, double y, double z)
getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
getBiomeForNoiseGen(BlockPos pos)
getBiomeForNoiseGen(ChunkPos chunkPos)
static long
hashSeed(long seed)
withSource(BiomeSource source)
-
Field Details
-
CHUNK_CENTER_OFFSET
private static final int CHUNK_CENTER_OFFSET- Mappings:
Namespace Name Mixin selector official a
Lbwy;a:I
intermediary field_28106
Lnet/minecraft/class_4543;field_28106:I
named CHUNK_CENTER_OFFSET
Lnet/minecraft/world/biome/source/BiomeAccess;CHUNK_CENTER_OFFSET:I
-
storage
- Mappings:
Namespace Name Mixin selector official b
Lbwy;b:Lbwy$a;
intermediary field_20640
Lnet/minecraft/class_4543;field_20640:Lnet/minecraft/class_4543$class_4544;
named storage
Lnet/minecraft/world/biome/source/BiomeAccess;storage:Lnet/minecraft/world/biome/source/BiomeAccess$Storage;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official c
Lbwy;c:J
intermediary field_20641
Lnet/minecraft/class_4543;field_20641:J
named seed
Lnet/minecraft/world/biome/source/BiomeAccess;seed:J
-
type
- Mappings:
Namespace Name Mixin selector official d
Lbwy;d:Lbxb;
intermediary field_20642
Lnet/minecraft/class_4543;field_20642:Lnet/minecraft/class_4545;
named type
Lnet/minecraft/world/biome/source/BiomeAccess;type:Lnet/minecraft/world/biome/source/BiomeAccessType;
-
-
Constructor Details
-
BiomeAccess
- Mappings:
Namespace Name Mixin selector official <init>
Lbwy;<init>(Lbwy$a;JLbxb;)V
intermediary <init>
Lnet/minecraft/class_4543;<init>(Lnet/minecraft/class_4543$class_4544;JLnet/minecraft/class_4545;)V
named <init>
Lnet/minecraft/world/biome/source/BiomeAccess;<init>(Lnet/minecraft/world/biome/source/BiomeAccess$Storage;JLnet/minecraft/world/biome/source/BiomeAccessType;)V
-
-
Method Details
-
hashSeed
public static long hashSeed(long seed)- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(J)J
intermediary method_27984
Lnet/minecraft/class_4543;method_27984(J)J
named hashSeed
Lnet/minecraft/world/biome/source/BiomeAccess;hashSeed(J)J
-
withSource
- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(Lbwz;)Lbwy;
intermediary method_22392
Lnet/minecraft/class_4543;method_22392(Lnet/minecraft/class_1966;)Lnet/minecraft/class_4543;
named withSource
Lnet/minecraft/world/biome/source/BiomeAccess;withSource(Lnet/minecraft/world/biome/source/BiomeSource;)Lnet/minecraft/world/biome/source/BiomeAccess;
-
getBiome
- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(Lgb;)Lbww;
intermediary method_22393
Lnet/minecraft/class_4543;method_22393(Lnet/minecraft/class_2338;)Lnet/minecraft/class_1959;
named getBiome
Lnet/minecraft/world/biome/source/BiomeAccess;getBiome(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(DDD)Lbww;
intermediary method_24938
Lnet/minecraft/class_4543;method_24938(DDD)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(DDD)Lnet/minecraft/world/biome/Biome;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official b
Lbwy;b(Lgb;)Lbww;
intermediary method_27344
Lnet/minecraft/class_4543;method_27344(Lnet/minecraft/class_2338;)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/world/biome/Biome;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(III)Lbww;
intermediary method_24854
Lnet/minecraft/class_4543;method_24854(III)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official a
Lbwy;a(Lbvc;)Lbww;
intermediary method_31608
Lnet/minecraft/class_4543;method_31608(Lnet/minecraft/class_1923;)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess;getBiomeForNoiseGen(Lnet/minecraft/util/math/ChunkPos;)Lnet/minecraft/world/biome/Biome;
-