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.item
Fields in net.minecraft.world.item with type parameters of type FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final IntFunction<FireworkRocketItem.Shape>
FireworkRocketItem.Shape.BY_ID
Methods in net.minecraft.world.item that return FireworkRocketItem.ShapeModifier and TypeMethodDescriptionstatic FireworkRocketItem.Shape
FireworkRocketItem.Shape.byId
(int p_41238_) Deprecated.static FireworkRocketItem.Shape
static FireworkRocketItem.Shape
FireworkRocketItem.Shape.getShape
(CompoundTag tag) static FireworkRocketItem.Shape
Returns 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
-
Uses of FireworkRocketItem.Shape in net.minecraftforge.client
Fields in net.minecraftforge.client with type parameters of type FireworkRocketItem.ShapeModifier and TypeFieldDescriptionprivate static final Map<FireworkRocketItem.Shape,
FireworkShapeFactoryRegistry.Factory> FireworkShapeFactoryRegistry.factories
Methods in net.minecraftforge.client with parameters of type FireworkRocketItem.ShapeModifier and TypeMethodDescriptionstatic @Nullable FireworkShapeFactoryRegistry.Factory
FireworkShapeFactoryRegistry.get
(FireworkRocketItem.Shape shape) static void
FireworkShapeFactoryRegistry.register
(FireworkRocketItem.Shape shape, FireworkShapeFactoryRegistry.Factory factory)