Package net.minecraft.world.biome.source
Class TheEndBiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.TheEndBiomeSource
- All Implemented Interfaces:
BiomeAccess.Storage
public class TheEndBiomeSource extends BiomeSource
- Mappings:
Namespace Name official bweintermediary net/minecraft/class_2169named net/minecraft/world/biome/source/TheEndBiomeSource
-
Field Summary
Fields Modifier and Type Field Description private BiomebarrensBiomeprivate Registry<Biome>biomeRegistryprivate BiomecenterBiomestatic com.mojang.serialization.Codec<TheEndBiomeSource>CODECprivate BiomehighlandsBiomeprivate BiomemidlandsBiomeprivate SimplexNoiseSamplernoiseprivate longseedprivate BiomesmallIslandsBiomeFields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, structureFeatures, topMaterials -
Constructor Summary
-
Method Summary
Modifier and Type Method Description BiomegetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)protected com.mojang.serialization.Codec<? extends BiomeSource>getCodec()static floatgetNoiseAt(SimplexNoiseSampler simplexNoiseSampler, int int2, int int3)booleanmatches(long seed)BiomeSourcewithSeed(long seed)Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomes, getBiomesInArea, getTopMaterials, hasStructureFeature, locateBiome, locateBiomeMethods 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
-
CODEC
- Mappings:
Namespace Name Mixin selector official eLbwe;e:Lcom/mojang/serialization/Codec;intermediary field_24730Lnet/minecraft/class_2169;field_24730:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/biome/source/TheEndBiomeSource;CODEC:Lcom/mojang/serialization/Codec;
-
noise
- Mappings:
Namespace Name Mixin selector official fLbwe;f:Ldbk;intermediary field_9831Lnet/minecraft/class_2169;field_9831:Lnet/minecraft/class_3541;named noiseLnet/minecraft/world/biome/source/TheEndBiomeSource;noise:Lnet/minecraft/util/math/noise/SimplexNoiseSampler;
-
biomeRegistry
- Mappings:
Namespace Name Mixin selector official gLbwe;g:Lgn;intermediary field_26699Lnet/minecraft/class_2169;field_26699:Lnet/minecraft/class_2378;named biomeRegistryLnet/minecraft/world/biome/source/TheEndBiomeSource;biomeRegistry:Lnet/minecraft/util/registry/Registry;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official hLbwe;h:Jintermediary field_24731Lnet/minecraft/class_2169;field_24731:Jnamed seedLnet/minecraft/world/biome/source/TheEndBiomeSource;seed:J
-
centerBiome
- Mappings:
Namespace Name Mixin selector official iLbwe;i:Lbvp;intermediary field_26700Lnet/minecraft/class_2169;field_26700:Lnet/minecraft/class_1959;named centerBiomeLnet/minecraft/world/biome/source/TheEndBiomeSource;centerBiome:Lnet/minecraft/world/biome/Biome;
-
highlandsBiome
- Mappings:
Namespace Name Mixin selector official jLbwe;j:Lbvp;intermediary field_26701Lnet/minecraft/class_2169;field_26701:Lnet/minecraft/class_1959;named highlandsBiomeLnet/minecraft/world/biome/source/TheEndBiomeSource;highlandsBiome:Lnet/minecraft/world/biome/Biome;
-
midlandsBiome
- Mappings:
Namespace Name Mixin selector official kLbwe;k:Lbvp;intermediary field_26702Lnet/minecraft/class_2169;field_26702:Lnet/minecraft/class_1959;named midlandsBiomeLnet/minecraft/world/biome/source/TheEndBiomeSource;midlandsBiome:Lnet/minecraft/world/biome/Biome;
-
smallIslandsBiome
- Mappings:
Namespace Name Mixin selector official lLbwe;l:Lbvp;intermediary field_26703Lnet/minecraft/class_2169;field_26703:Lnet/minecraft/class_1959;named smallIslandsBiomeLnet/minecraft/world/biome/source/TheEndBiomeSource;smallIslandsBiome:Lnet/minecraft/world/biome/Biome;
-
barrensBiome
- Mappings:
Namespace Name Mixin selector official mLbwe;m:Lbvp;intermediary field_26704Lnet/minecraft/class_2169;field_26704:Lnet/minecraft/class_1959;named barrensBiomeLnet/minecraft/world/biome/source/TheEndBiomeSource;barrensBiome:Lnet/minecraft/world/biome/Biome;
-
-
Constructor Details
-
TheEndBiomeSource
- Mappings:
Namespace Name Mixin selector official <init>Lbwe;<init>(Lgn;J)Vintermediary <init>Lnet/minecraft/class_2169;<init>(Lnet/minecraft/class_2378;J)Vnamed <init>Lnet/minecraft/world/biome/source/TheEndBiomeSource;<init>(Lnet/minecraft/util/registry/Registry;J)V
-
TheEndBiomeSource
private TheEndBiomeSource(Registry<Biome> biomeRegistry, long seed, Biome centerBiome, Biome highlandsBiome, Biome midlandsBiome, Biome smallIslandsBiome, Biome barrensBiome)- Mappings:
Namespace Name Mixin selector official <init>Lbwe;<init>(Lgn;JLbvp;Lbvp;Lbvp;Lbvp;Lbvp;)Vintermediary <init>Lnet/minecraft/class_2169;<init>(Lnet/minecraft/class_2378;JLnet/minecraft/class_1959;Lnet/minecraft/class_1959;Lnet/minecraft/class_1959;Lnet/minecraft/class_1959;Lnet/minecraft/class_1959;)Vnamed <init>Lnet/minecraft/world/biome/source/TheEndBiomeSource;<init>(Lnet/minecraft/util/registry/Registry;JLnet/minecraft/world/biome/Biome;Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/biome/Biome;Lnet/minecraft/world/biome/Biome;)V
-
-
Method Details
-
getCodec
- Specified by:
getCodecin classBiomeSource- Mappings:
Namespace Name Mixin selector official aLbvs;a()Lcom/mojang/serialization/Codec;intermediary method_28442Lnet/minecraft/class_1966;method_28442()Lcom/mojang/serialization/Codec;named getCodecLnet/minecraft/world/biome/source/BiomeSource;getCodec()Lcom/mojang/serialization/Codec;
-
withSeed
- Specified by:
withSeedin classBiomeSource- Mappings:
Namespace Name Mixin selector official aLbvs;a(J)Lbvs;intermediary method_27985Lnet/minecraft/class_1966;method_27985(J)Lnet/minecraft/class_1966;named withSeedLnet/minecraft/world/biome/source/BiomeSource;withSeed(J)Lnet/minecraft/world/biome/source/BiomeSource;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official bLbvr$a;b(III)Lbvp;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;
-
matches
public boolean matches(long seed)- Mappings:
Namespace Name Mixin selector official bLbwe;b(J)Zintermediary method_28479Lnet/minecraft/class_2169;method_28479(J)Znamed matchesLnet/minecraft/world/biome/source/TheEndBiomeSource;matches(J)Z
-
getNoiseAt
- Mappings:
Namespace Name Mixin selector official aLbwe;a(Ldbk;II)Fintermediary method_8757Lnet/minecraft/class_2169;method_8757(Lnet/minecraft/class_3541;II)Fnamed getNoiseAtLnet/minecraft/world/biome/source/TheEndBiomeSource;getNoiseAt(Lnet/minecraft/util/math/noise/SimplexNoiseSampler;II)F
-