Uses of Enum Class
net.minecraft.block.DirtBlock.DirtType
Packages that use DirtBlock.DirtType
-
Uses of DirtBlock.DirtType in net.minecraft.block
Fields in net.minecraft.block declared as DirtBlock.DirtTypeModifier and TypeFieldDescriptionprivate static final DirtBlock.DirtType[]DirtBlock.DirtType.VARIANTSFields in net.minecraft.block with type parameters of type DirtBlock.DirtTypeMethods in net.minecraft.block that return DirtBlock.DirtTypeModifier and TypeMethodDescriptionstatic DirtBlock.DirtTypeDirtBlock.DirtType.getById(int id) static DirtBlock.DirtTypeReturns the enum constant of this class with the specified name.static DirtBlock.DirtType[]DirtBlock.DirtType.values()Returns an array containing the constants of this enum class, in the order they are declared.