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
-
Field Summary
Fields Modifier and Type Field Description private List<Biome>biomeArraystatic com.mojang.serialization.Codec<CheckerboardBiomeSource>field_24715private intfield_24716private intgridSizeFields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, field_24713, structureFeatures, topMaterials -
Constructor Summary
Constructors Constructor Description CheckerboardBiomeSource(List<Biome> list, int size) -
Method Summary
Modifier and Type Method Description BiomegetBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)protected com.mojang.serialization.Codec<? extends BiomeSource>method_28442()BiomeSourcewithSeed(long seed)Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomesInArea, getSpawnBiomes, getTopMaterials, hasStructureFeature, locateBiome, locateBiome, method_28443
-
Field Details
-
field_24715
-
biomeArray
-
gridSize
private final int gridSize -
field_24716
private final int field_24716
-
-
Constructor Details
-
Method Details
-
method_28442
- Specified by:
method_28442in classBiomeSource
-
withSeed
- Specified by:
withSeedin classBiomeSource
-
getBiomeForNoiseGen
-