Class ExpandUnbreakable

java.lang.Object
com.blamejared.crafttweaker.natives.item.component.ExpandUnbreakable

@ZenRegister public class ExpandUnbreakable extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.component.Unbreakable
    of(boolean showInTooltip)
     
    static boolean
    showInTooltip(net.minecraft.world.item.component.Unbreakable internal)
     
    static net.minecraft.world.item.component.Unbreakable
    withTooltip(net.minecraft.world.item.component.Unbreakable internal, boolean showInTooltip)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandUnbreakable

      public ExpandUnbreakable()
  • Method Details

    • of

      public static net.minecraft.world.item.component.Unbreakable of(boolean showInTooltip)
    • withTooltip

      public static net.minecraft.world.item.component.Unbreakable withTooltip(net.minecraft.world.item.component.Unbreakable internal, boolean showInTooltip)
    • showInTooltip

      public static boolean showInTooltip(net.minecraft.world.item.component.Unbreakable internal)