| Package | Description |
|---|---|
| com.chrismin13.additionsapi.items.textured | |
| us.fihgu.toolbox.item |
| Constructor and Description |
|---|
CustomTexturedArmor(DamageableItem dItem,
java.lang.String idName,
java.lang.String defaultTexture)
Creates a
CustomTexturedArmor |
CustomTexturedItem(DamageableItem dItem,
java.lang.String idName,
java.lang.String defaultTexture)
Creates a
CustomTexturedItem |
CustomTexturedLeatherArmor(DamageableItem dItem,
org.bukkit.Color color,
java.lang.String idName,
java.lang.String defaultTexture)
Creates a
CustomTexturedLeatherArmor |
CustomTexturedTool(DamageableItem dItem,
java.lang.String idName,
java.lang.String defaultTexture)
Creates a
CustomTexturedTool |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<DamageableItem> |
DamageableItem.handHeldItems
Damageable items that inherit from the handheld model.
|
| Modifier and Type | Method and Description |
|---|---|
default DamageableItem |
ModelInjector.getDamageableItem()
Get the DamageableItem of the CustomTexturedItem.
|
static DamageableItem |
DamageableItem.getDamageableItem(org.bukkit.Material material) |
static DamageableItem |
DamageableItem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DamageableItem[] |
DamageableItem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|