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