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
Subclasses with type arguments of type SurfaceRules.Steep in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen with type parameters of type SurfaceRules.SteepModifier and TypeFieldDescriptionprivate static final KeyDispatchDataCodec<SurfaceRules.Steep> SurfaceRules.Steep.CODECMethods in net.minecraft.world.level.levelgen that return SurfaceRules.SteepModifier and TypeMethodDescriptionstatic SurfaceRules.SteepReturns 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.