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
FieldsModifier and TypeFieldDescriptionprivate intstatic com.mojang.serialization.Codec<CheckerboardColumnBiomeSource>private intFields inherited from class net.minecraft.world.level.biome.BiomeSource
possibleBiomes, supportedStructures, surfaceBlocks -
Constructor Summary
ConstructorsConstructorDescriptionCheckerboardColumnBiomeSource(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, possibleBiomesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
codecin classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getNoiseBiome
-