Class ExpandEquipmentSlot
java.lang.Object
com.blamejared.crafttweaker.natives.entity.equipment.ExpandEquipmentSlot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCommandString(net.minecraft.world.entity.EquipmentSlot internal) Gets the command string of theEquipmentSlot.static intgetIndex(net.minecraft.world.entity.EquipmentSlot internal) Gets the index of theEquipmentSlot.static StringgetName(net.minecraft.world.entity.EquipmentSlot internal) Gets the name of theEquipmentSlot.static net.minecraft.world.entity.EquipmentSlot.TypegetType(net.minecraft.world.entity.EquipmentSlot internal) Gets the type of theEquipmentSlot.
-
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 theEquipmentSlot.- Returns:
- The type of the
EquipmentSlot.
-
getIndex
public static int getIndex(net.minecraft.world.entity.EquipmentSlot internal) Gets the index of theEquipmentSlot.- Returns:
- The index of the
EquipmentSlot.
-
getName
Gets the name of theEquipmentSlot.- Returns:
- The name of the
EquipmentSlot.
-
getCommandString
Gets the command string of theEquipmentSlot.- Returns:
- The command string of the
EquipmentSlot.
-