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:
BiomeSupplier
- Mappings:
Namespace Name official cbg
intermediary net/minecraft/class_1973
named net/minecraft/world/biome/source/CheckerboardBiomeSource
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.biome.source.BiomeSource
BiomeSource.class_6827
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CheckerboardBiomeSource>
private final int
private final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBiome
(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) protected com.mojang.serialization.Codec<? extends BiomeSource>
getCodec()
withSeed
(long seed) Methods inherited from class net.minecraft.world.biome.source.BiomeSource
addDebugInfo, getBiomes, getBiomesInArea, locateBiome, locateBiome, method_38115
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcbg;b: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 c
Lcbg;c: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 d
Lcbg;d: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 e
Lcbg;e: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>
Lcbg;<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
Lcbd;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
Lcbd;a(J)Lcbd;
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;
-
getBiome
- Specified by:
getBiome
in interfaceBiomeSupplier
- Specified by:
getBiome
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official getNoiseBiome
Lcbc;getNoiseBiome(IIILcbh$f;)Lcaz;
intermediary method_38109
Lnet/minecraft/class_6780;method_38109(IIILnet/minecraft/class_6544$class_6552;)Lnet/minecraft/class_1959;
named getBiome
Lnet/minecraft/world/biome/source/BiomeSupplier;getBiome(IIILnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)Lnet/minecraft/world/biome/Biome;
-