public class MCEntityEquipmentSlot
extends java.lang.Object
implements crafttweaker.api.entity.IEntityEquipmentSlot
Constructor and Description |
---|
MCEntityEquipmentSlot(net.minecraft.inventory.EntityEquipmentSlot slot) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(crafttweaker.api.entity.IEntityEquipmentSlot other) |
int |
getIndex() |
java.lang.Object |
getInternal() |
java.lang.String |
getName() |
int |
getSlotIndex() |
public MCEntityEquipmentSlot(net.minecraft.inventory.EntityEquipmentSlot slot)
public int getIndex()
getIndex
in interface crafttweaker.api.entity.IEntityEquipmentSlot
public int getSlotIndex()
getSlotIndex
in interface crafttweaker.api.entity.IEntityEquipmentSlot
public java.lang.String getName()
getName
in interface crafttweaker.api.entity.IEntityEquipmentSlot
public int compareTo(crafttweaker.api.entity.IEntityEquipmentSlot other)
compareTo
in interface crafttweaker.api.entity.IEntityEquipmentSlot
public java.lang.Object getInternal()
getInternal
in interface crafttweaker.api.entity.IEntityEquipmentSlot