Uses of Class
net.minecraft.item.FireworkRocketItem.Shape
-
Packages that use FireworkRocketItem.Shape Package Description net.minecraft.item net.minecraft.item.crafting -
-
Uses of FireworkRocketItem.Shape in net.minecraft.item
Fields in net.minecraft.item declared as FireworkRocketItem.Shape Modifier and Type Field Description private static FireworkRocketItem.Shape[]
FireworkRocketItem.Shape. BY_ID
Methods in net.minecraft.item that return FireworkRocketItem.Shape Modifier and Type Method Description static FireworkRocketItem.Shape
FireworkRocketItem.Shape. byId(int p_196070_0_)
static FireworkRocketItem.Shape
FireworkRocketItem.Shape. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FireworkRocketItem.Shape[]
FireworkRocketItem.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FireworkRocketItem.Shape in net.minecraft.item.crafting
Fields in net.minecraft.item.crafting with type parameters of type FireworkRocketItem.Shape Modifier and Type Field Description private static java.util.Map<Item,FireworkRocketItem.Shape>
FireworkStarRecipe. SHAPE_BY_ITEM
-