Class ExpandEquipmentSlot

java.lang.Object
com.blamejared.crafttweaker.natives.entity.equipment.ExpandEquipmentSlot

@ZenRegister public class ExpandEquipmentSlot extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getCommandString(net.minecraft.world.entity.EquipmentSlot internal)
    Gets the command string of the EquipmentSlot.
    static int
    getIndex(net.minecraft.world.entity.EquipmentSlot internal)
    Gets the index of the EquipmentSlot.
    static String
    getName(net.minecraft.world.entity.EquipmentSlot internal)
    Gets the name of the EquipmentSlot.
    static net.minecraft.world.entity.EquipmentSlot.Type
    getType(net.minecraft.world.entity.EquipmentSlot internal)
    Gets the type of the EquipmentSlot.

    Methods inherited from class java.lang.Object

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

    • ExpandEquipmentSlot

      public ExpandEquipmentSlot()
  • Method Details

    • getType

      public static net.minecraft.world.entity.EquipmentSlot.Type getType(net.minecraft.world.entity.EquipmentSlot internal)
      Gets the type of the EquipmentSlot.
      Returns:
      The type of the EquipmentSlot.
    • getIndex

      public static int getIndex(net.minecraft.world.entity.EquipmentSlot internal)
      Gets the index of the EquipmentSlot.
      Returns:
      The index of the EquipmentSlot.
    • getName

      public static String getName(net.minecraft.world.entity.EquipmentSlot internal)
      Gets the name of the EquipmentSlot.
      Returns:
      The name of the EquipmentSlot.
    • getCommandString

      public static String getCommandString(net.minecraft.world.entity.EquipmentSlot internal)
      Gets the command string of the EquipmentSlot.
      Returns:
      The command string of the EquipmentSlot.