|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Utility | |
---|---|
org.bukkit.inventory | Classes involved in manipulating player inventories and item interactions. |
Uses of Utility in org.bukkit.inventory |
---|
Methods in org.bukkit.inventory with annotations of type Utility | |
---|---|
void |
ItemStack.addEnchantment(Enchantment ench,
int level)
Adds the specified Enchantment to this item stack. |
void |
ItemStack.addEnchantments(Map<Enchantment,Integer> enchantments)
Adds the specified enchantments to this item stack. |
void |
ItemStack.addUnsafeEnchantments(Map<Enchantment,Integer> enchantments)
Adds the specified enchantments to this item stack in an unsafe manner. |
boolean |
ItemStack.equals(Object obj)
|
int |
ItemStack.getMaxStackSize()
Get the maximum stacksize for the material hold in this ItemStack Returns -1 if it has no idea. |
Material |
ItemStack.getType()
Gets the type of this item |
int |
ItemStack.hashCode()
|
boolean |
ItemStack.isSimilar(ItemStack stack)
This method is the same as equals, but does not consider stack size (amount). |
Map<String,Object> |
ItemStack.serialize()
|
void |
ItemStack.setType(Material type)
Sets the type of this item |
String |
ItemStack.toString()
|
Constructors in org.bukkit.inventory with annotations of type Utility | |
---|---|
ItemStack()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |