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) |
boolean |
equals(java.lang.Object o) |
int |
getIndex() |
java.lang.Object |
getInternal() |
java.lang.String |
getName() |
int |
getSlotIndex() |
int |
hashCode() |
public MCEntityEquipmentSlot(net.minecraft.inventory.EntityEquipmentSlot slot)
public int getIndex()
getIndex in interface crafttweaker.api.entity.IEntityEquipmentSlotpublic int getSlotIndex()
getSlotIndex in interface crafttweaker.api.entity.IEntityEquipmentSlotpublic java.lang.String getName()
getName in interface crafttweaker.api.entity.IEntityEquipmentSlotpublic int compareTo(crafttweaker.api.entity.IEntityEquipmentSlot other)
compareTo in interface crafttweaker.api.entity.IEntityEquipmentSlotpublic java.lang.Object getInternal()
getInternal in interface crafttweaker.api.entity.IEntityEquipmentSlotpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object