Uses of Enum Class
net.minecraft.world.item.FireworkRocketItem.Shape
Packages that use FireworkRocketItem.Shape
-
Uses of FireworkRocketItem.Shape in net.minecraft.world.item
Fields in net.minecraft.world.item declared as FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final FireworkRocketItem.Shape[]FireworkRocketItem.Shape.BY_IDMethods in net.minecraft.world.item that return FireworkRocketItem.ShapeModifier and TypeMethodDescriptionstatic FireworkRocketItem.ShapeFireworkRocketItem.Shape.byId(int p_41238_) static FireworkRocketItem.ShapeReturns the enum constant of this class with the specified name.static FireworkRocketItem.Shape[]FireworkRocketItem.Shape.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FireworkRocketItem.Shape in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final Map<Item,FireworkRocketItem.Shape> FireworkStarRecipe.SHAPE_BY_ITEM