Uses of Enum Class
net.minecraft.block.SandBlock.SandType
Packages that use SandBlock.SandType
-
Uses of SandBlock.SandType in net.minecraft.block
Fields in net.minecraft.block declared as SandBlock.SandTypeModifier and TypeFieldDescriptionprivate static final SandBlock.SandType[]SandBlock.SandType.TYPESFields in net.minecraft.block with type parameters of type SandBlock.SandTypeModifier and TypeFieldDescriptionstatic final EnumProperty<SandBlock.SandType>SandBlock.field_9642Methods in net.minecraft.block that return SandBlock.SandTypeModifier and TypeMethodDescriptionstatic SandBlock.SandTypeSandBlock.SandType.getById(int id) static SandBlock.SandTypeReturns the enum constant of this class with the specified name.static SandBlock.SandType[]SandBlock.SandType.values()Returns an array containing the constants of this enum class, in the order they are declared.