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