Package net.minecraft.world.biome.source
Class FixedBiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.FixedBiomeSource
- All Implemented Interfaces:
BiomeAccess.Storage
- Mappings:
Namespace Name official bxw
intermediary net/minecraft/class_1992
named net/minecraft/world/biome/source/FixedBiomeSource
-
Field Summary
Fields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, structureFeatures, topMaterials
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
getBiomesInArea(int x, int y, int z, int radius)
protected com.mojang.serialization.Codec<? extends BiomeSource>
getCodec()
locateBiome(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool)
withSeed(long seed)
Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomes, getTopMaterials, hasStructureFeature, locateBiome
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
getBiomeForNoiseGen
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lbxw;e:Lcom/mojang/serialization/Codec;
intermediary field_24717
Lnet/minecraft/class_1992;field_24717:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/biome/source/FixedBiomeSource;CODEC:Lcom/mojang/serialization/Codec;
-
biome
- Mappings:
Namespace Name Mixin selector official f
Lbxw;f:Ljava/util/function/Supplier;
intermediary field_9486
Lnet/minecraft/class_1992;field_9486:Ljava/util/function/Supplier;
named biome
Lnet/minecraft/world/biome/source/FixedBiomeSource;biome:Ljava/util/function/Supplier;
-
-
Constructor Details
-
FixedBiomeSource
- Mappings:
Namespace Name Mixin selector official <init>
Lbxw;<init>(Lbxo;)V
intermediary <init>
Lnet/minecraft/class_1992;<init>(Lnet/minecraft/class_1959;)V
named <init>
Lnet/minecraft/world/biome/source/FixedBiomeSource;<init>(Lnet/minecraft/world/biome/Biome;)V
-
FixedBiomeSource
- Mappings:
Namespace Name Mixin selector official <init>
Lbxw;<init>(Ljava/util/function/Supplier;)V
intermediary <init>
Lnet/minecraft/class_1992;<init>(Ljava/util/function/Supplier;)V
named <init>
Lnet/minecraft/world/biome/source/FixedBiomeSource;<init>(Ljava/util/function/Supplier;)V
-
-
Method Details
-
getCodec
- Specified by:
getCodec
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbxr;a()Lcom/mojang/serialization/Codec;
intermediary method_28442
Lnet/minecraft/class_1966;method_28442()Lcom/mojang/serialization/Codec;
named getCodec
Lnet/minecraft/world/biome/source/BiomeSource;getCodec()Lcom/mojang/serialization/Codec;
-
withSeed
- Specified by:
withSeed
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbxr;a(J)Lbxr;
intermediary method_27985
Lnet/minecraft/class_1966;method_27985(J)Lnet/minecraft/class_1966;
named withSeed
Lnet/minecraft/world/biome/source/BiomeSource;withSeed(J)Lnet/minecraft/world/biome/source/BiomeSource;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official b
Lbxq$a;b(III)Lbxo;
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;
-
locateBiome
@Nullable public @Nullable BlockPos locateBiome(int x, int y, int z, int radius, int int2, Predicate<Biome> predicate, Random random, boolean bool)- Overrides:
locateBiome
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbxr;a(IIIIILjava/util/function/Predicate;Ljava/util/Random;Z)Lgg;
intermediary method_24385
Lnet/minecraft/class_1966;method_24385(IIIIILjava/util/function/Predicate;Ljava/util/Random;Z)Lnet/minecraft/class_2338;
named locateBiome
Lnet/minecraft/world/biome/source/BiomeSource;locateBiome(IIIIILjava/util/function/Predicate;Ljava/util/Random;Z)Lnet/minecraft/util/math/BlockPos;
-
getBiomesInArea
- Overrides:
getBiomesInArea
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbxr;a(IIII)Ljava/util/Set;
intermediary method_8763
Lnet/minecraft/class_1966;method_8763(IIII)Ljava/util/Set;
named getBiomesInArea
Lnet/minecraft/world/biome/source/BiomeSource;getBiomesInArea(IIII)Ljava/util/Set;
-