Package net.minecraft.world.level.biome
Class CheckerboardColumnBiomeSource
java.lang.Object
net.minecraft.world.level.biome.BiomeSource
net.minecraft.world.level.biome.CheckerboardColumnBiomeSource
- All Implemented Interfaces:
BiomeManager.NoiseBiomeSource
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
static com.mojang.serialization.Codec<CheckerboardColumnBiomeSource>
private int
Fields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks
-
Constructor Summary
ConstructorDescriptionCheckerboardColumnBiomeSource(List<Supplier<Biome>> p_48236_, int p_48237_)
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.mojang.serialization.Codec<? extends BiomeSource>
codec()
getNoiseBiome(int p_48246_, int p_48247_, int p_48248_)
withSeed(long p_48240_)
Methods inherited from class net.minecraft.world.level.biome.BiomeSource
canGenerateStructure, findBiomeHorizontal, findBiomeHorizontal, getBiomesWithin, getSurfaceBlocks, possibleBiomes
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.level.biome.BiomeManager.NoiseBiomeSource
getPrimaryBiome
-
Field Details
-
CODEC
-
allowedBiomes
-
bitShift
private final int bitShift -
size
private final int size
-
-
Constructor Details
-
CheckerboardColumnBiomeSource
-
-
Method Details
-
codec
- Specified by:
codec
in classBiomeSource
-
withSeed
- Specified by:
withSeed
in classBiomeSource
-
getNoiseBiome
-