Uses of Enum Class
net.minecraft.block.FlowerBlock.Color
Packages that use FlowerBlock.Color
-
Uses of FlowerBlock.Color in net.minecraft.block
Fields in net.minecraft.block declared as FlowerBlock.ColorMethods in net.minecraft.block that return FlowerBlock.ColorModifier and TypeMethodDescriptionFlowerBlock.FlowerType.getColor()abstract FlowerBlock.ColorFlowerBlock.getColor()RedFlowerBlock.getColor()YellowFlowerBlock.getColor()static FlowerBlock.ColorReturns the enum constant of this class with the specified name.static FlowerBlock.Color[]FlowerBlock.Color.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.block with parameters of type FlowerBlock.ColorModifier and TypeMethodDescriptionstatic FlowerBlock.FlowerType[]FlowerBlock.FlowerType.method_8784(FlowerBlock.Color color) static FlowerBlock.FlowerTypeFlowerBlock.FlowerType.method_8785(FlowerBlock.Color color, int int2) Constructors in net.minecraft.block with parameters of type FlowerBlock.ColorModifierConstructorDescriptionprivateFlowerType(FlowerBlock.Color color, int dataIndex, String name) privateFlowerType(FlowerBlock.Color color, int dataIndex, String id, String name)