Uses of Enum Class
net.minecraft.world.item.FireworkRocketItem.Shape
Packages that use FireworkRocketItem.Shape
Package
Description
- 
Uses of FireworkRocketItem.Shape in net.minecraft.world.itemFields in net.minecraft.world.item with type parameters of type FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final IntFunction<FireworkRocketItem.Shape>FireworkRocketItem.Shape.BY_IDMethods in net.minecraft.world.item that return FireworkRocketItem.ShapeModifier and TypeMethodDescriptionstatic FireworkRocketItem.ShapeFireworkRocketItem.Shape.byId(int p_41238_) Deprecated.static FireworkRocketItem.Shapestatic FireworkRocketItem.ShapeFireworkRocketItem.Shape.getShape(CompoundTag tag) 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.craftingFields 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
- 
Uses of FireworkRocketItem.Shape in net.neoforged.neoforge.clientFields in net.neoforged.neoforge.client with type parameters of type FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final Map<FireworkRocketItem.Shape,FireworkShapeFactoryRegistry.Factory> FireworkShapeFactoryRegistry.factoriesMethods in net.neoforged.neoforge.client with parameters of type FireworkRocketItem.ShapeModifier and TypeMethodDescriptionstatic @Nullable FireworkShapeFactoryRegistry.FactoryFireworkShapeFactoryRegistry.get(FireworkRocketItem.Shape shape) static voidFireworkShapeFactoryRegistry.register(FireworkRocketItem.Shape shape, FireworkShapeFactoryRegistry.Factory factory)