Uses of Enum Class
net.minecraft.world.level.levelgen.SurfaceRules.Steep
Packages that use SurfaceRules.Steep
-
Uses of SurfaceRules.Steep in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type SurfaceRules.SteepModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<SurfaceRules.Steep>
SurfaceRules.Steep.CODEC
Methods in net.minecraft.world.level.levelgen that return SurfaceRules.SteepModifier and TypeMethodDescriptionstatic SurfaceRules.Steep
Returns the enum constant of this class with the specified name.static SurfaceRules.Steep[]
SurfaceRules.Steep.values()
Returns an array containing the constants of this enum class, in the order they are declared.