Uses of Enum Class
net.minecraft.block.InfestedBlock.Variants
Packages that use InfestedBlock.Variants
-
Uses of InfestedBlock.Variants in net.minecraft.block
Fields in net.minecraft.block declared as InfestedBlock.VariantsModifier and TypeFieldDescriptionprivate static final InfestedBlock.Variants[]InfestedBlock.Variants.VARIANTSFields in net.minecraft.block with type parameters of type InfestedBlock.VariantsModifier and TypeFieldDescriptionstatic final EnumProperty<InfestedBlock.Variants>InfestedBlock.VARIANTMethods in net.minecraft.block that return InfestedBlock.VariantsModifier and TypeMethodDescriptionstatic InfestedBlock.VariantsInfestedBlock.Variants.getByBlockState(BlockState state) static InfestedBlock.VariantsInfestedBlock.Variants.getById(int id) static InfestedBlock.VariantsReturns the enum constant of this class with the specified name.static InfestedBlock.Variants[]InfestedBlock.Variants.values()Returns an array containing the constants of this enum class, in the order they are declared.