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