Uses of Interface
net.minecraft.world.biome.source.BiomeAccessType
| Package | Description |
|---|---|
| net.minecraft.world.biome.source | |
| net.minecraft.world.dimension |
-
Uses of BiomeAccessType in net.minecraft.world.biome.source
Classes in net.minecraft.world.biome.source that implement BiomeAccessType Modifier and Type Class Description classDirectBiomeAccessTypeclassHorizontalVoronoiBiomeAccessTypeclassVoronoiBiomeAccessTypeFields in net.minecraft.world.biome.source declared as BiomeAccessType Modifier and Type Field Description private BiomeAccessTypeBiomeAccess. typeConstructors in net.minecraft.world.biome.source with parameters of type BiomeAccessType Constructor Description BiomeAccess(BiomeAccess.Storage storage, long seed, BiomeAccessType type) -
Uses of BiomeAccessType in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as BiomeAccessType Modifier and Type Field Description private BiomeAccessTypeDimensionType. biomeAccessTypeMethods in net.minecraft.world.dimension that return BiomeAccessType Modifier and Type Method Description BiomeAccessTypeDimensionType. getBiomeAccessType()Methods in net.minecraft.world.dimension with parameters of type BiomeAccessType Modifier and Type Method Description static DimensionTypeDimensionType. create(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, BiomeAccessType biomeAccessType, Identifier infiniburn, Identifier skyProperties, float ambientLight)Constructors in net.minecraft.world.dimension with parameters of type BiomeAccessType Constructor Description DimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, BiomeAccessType biomeAccessType, Identifier infiniburn, Identifier skyProperties, float ambientLight)Deprecated.