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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    getId(net.minecraft.world.item.component.FireworkExplosion.Shape internal)
    Gets the ID of the FireworkExplosionShape.
    static net.minecraft.network.chat.MutableComponent
    getName(net.minecraft.world.item.component.FireworkExplosion.Shape internal)
    Gets the name of the FireworkExplosionShape.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.