Uses of Interface
net.minecraft.world.biome.source.BiomeAccessType
Packages that use BiomeAccessType
-
Uses of BiomeAccessType in net.minecraft.world.biome.source
Classes in net.minecraft.world.biome.source that implement BiomeAccessTypeModifier and TypeClassDescriptionenumenumenumFields in net.minecraft.world.biome.source declared as BiomeAccessTypeConstructors in net.minecraft.world.biome.source with parameters of type BiomeAccessTypeModifierConstructorDescriptionBiomeAccess(BiomeAccess.Storage storage, long seed, BiomeAccessType type) -
Uses of BiomeAccessType in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as BiomeAccessTypeMethods in net.minecraft.world.dimension that return BiomeAccessTypeMethods in net.minecraft.world.dimension with parameters of type BiomeAccessTypeModifier and TypeMethodDescriptionstatic 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 BiomeAccessTypeModifierConstructorDescriptionprivateDimensionType(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.