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