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