Uses of Enum Class
net.minecraft.world.item.FireworkRocketItem.Shape
Package
Description
-
Uses of FireworkRocketItem.Shape in net.minecraft.world.item
Modifier and TypeFieldDescriptionprivate static final IntFunction<FireworkRocketItem.Shape>
FireworkRocketItem.Shape.BY_ID
Modifier 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
Modifier and TypeFieldDescriptionprivate static final Map<Item,
FireworkRocketItem.Shape> FireworkStarRecipe.SHAPE_BY_ITEM
-
Uses of FireworkRocketItem.Shape in net.minecraftforge.client
Modifier and TypeFieldDescriptionprivate static final Map<FireworkRocketItem.Shape,
FireworkShapeFactoryRegistry.Factory> FireworkShapeFactoryRegistry.factories
Modifier and TypeMethodDescriptionstatic @Nullable FireworkShapeFactoryRegistry.Factory
FireworkShapeFactoryRegistry.get
(FireworkRocketItem.Shape shape) static void
FireworkShapeFactoryRegistry.register
(FireworkRocketItem.Shape shape, FireworkShapeFactoryRegistry.Factory factory)