Package net.minecraft.world.biome.source
Class CheckerboardBiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.CheckerboardBiomeSource
- All Implemented Interfaces:
BiomeAccess.Storage
public class CheckerboardBiomeSource extends BiomeSource
- Mappings:
Namespace Name official bvb
intermediary net/minecraft/class_1973
named net/minecraft/world/biome/source/CheckerboardBiomeSource
-
Field Summary
Fields Modifier and Type Field Description private List<Supplier<Biome>>
biomeArray
static com.mojang.serialization.Codec<CheckerboardBiomeSource>
CODEC
private int
gridSize
private int
scale
Fields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, structureFeatures, topMaterials
-
Constructor Summary
Constructors Constructor Description CheckerboardBiomeSource(List<Supplier<Biome>> biomeArray, int size)
-
Method Summary
Modifier and Type Method Description Biome
getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
protected com.mojang.serialization.Codec<? extends BiomeSource>
getCodec()
BiomeSource
withSeed(long seed)
Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomes, getBiomesInArea, getTopMaterials, hasStructureFeature, locateBiome, 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
method_31609
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lbvb;e:Lcom/mojang/serialization/Codec;
intermediary field_24715
Lnet/minecraft/class_1973;field_24715:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/biome/source/CheckerboardBiomeSource;CODEC:Lcom/mojang/serialization/Codec;
-
biomeArray
- Mappings:
Namespace Name Mixin selector official f
Lbvb;f:Ljava/util/List;
intermediary field_9481
Lnet/minecraft/class_1973;field_9481:Ljava/util/List;
named biomeArray
Lnet/minecraft/world/biome/source/CheckerboardBiomeSource;biomeArray:Ljava/util/List;
-
gridSize
private final int gridSize- Mappings:
Namespace Name Mixin selector official g
Lbvb;g:I
intermediary field_9480
Lnet/minecraft/class_1973;field_9480:I
named gridSize
Lnet/minecraft/world/biome/source/CheckerboardBiomeSource;gridSize:I
-
scale
private final int scale- Mappings:
Namespace Name Mixin selector official h
Lbvb;h:I
intermediary field_24716
Lnet/minecraft/class_1973;field_24716:I
named scale
Lnet/minecraft/world/biome/source/CheckerboardBiomeSource;scale:I
-
-
Constructor Details
-
CheckerboardBiomeSource
- Mappings:
Namespace Name Mixin selector official <init>
Lbvb;<init>(Ljava/util/List;I)V
intermediary <init>
Lnet/minecraft/class_1973;<init>(Ljava/util/List;I)V
named <init>
Lnet/minecraft/world/biome/source/CheckerboardBiomeSource;<init>(Ljava/util/List;I)V
-
-
Method Details
-
getCodec
- Specified by:
getCodec
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbux;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
Lbux;a(J)Lbux;
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
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;
-