Uses of Enum Class
net.minecraft.block.MultifaceGrower.GrowType
Packages that use MultifaceGrower.GrowType
-
Uses of MultifaceGrower.GrowType in net.minecraft.block
Fields in net.minecraft.block declared as MultifaceGrower.GrowTypeModifier and TypeFieldDescriptionstatic final MultifaceGrower.GrowType[]
MultifaceGrower.GROW_TYPES
private final MultifaceGrower.GrowType[]
SculkVeinBlock.SculkVeinGrowChecker.growTypes
Methods in net.minecraft.block that return MultifaceGrower.GrowTypeModifier and TypeMethodDescriptiondefault MultifaceGrower.GrowType[]
MultifaceGrower.GrowChecker.getGrowTypes()
SculkVeinBlock.SculkVeinGrowChecker.getGrowTypes()
static MultifaceGrower.GrowType
Returns the enum constant of this class with the specified name.static MultifaceGrower.GrowType[]
MultifaceGrower.GrowType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.block with parameters of type MultifaceGrower.GrowType