Class ExpandFireworkExplosion.ExpandFireworkExplosionShape
java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandFireworkExplosion.ExpandFireworkExplosionShape
- Enclosing class:
ExpandFireworkExplosion
@ZenRegister
public static class ExpandFireworkExplosion.ExpandFireworkExplosionShape
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetId(net.minecraft.world.item.component.FireworkExplosion.Shape internal) Gets the ID of the FireworkExplosionShape.static net.minecraft.network.chat.MutableComponentgetName(net.minecraft.world.item.component.FireworkExplosion.Shape internal) Gets the name of the FireworkExplosionShape.
-
Constructor Details
-
ExpandFireworkExplosionShape
public ExpandFireworkExplosionShape()
-
-
Method Details
-
getId
public static int getId(net.minecraft.world.item.component.FireworkExplosion.Shape internal) Gets the ID of the FireworkExplosionShape.- Returns:
- The ID of the FireworkExplosionShape.
-
getName
public static net.minecraft.network.chat.MutableComponent getName(net.minecraft.world.item.component.FireworkExplosion.Shape internal) Gets the name of the FireworkExplosionShape.- Returns:
- The name of the FireworkExplosionShape.
-