Uses of Class
org.bukkit.Utility
| Package | Description | 
|---|---|
| org.bukkit | 
 More generalized classes in the API. 
 | 
| org.bukkit.inventory | 
 Classes involved in manipulating player inventories and item interactions. 
 | 
- 
Uses of Utility in org.bukkit
Methods in org.bukkit with annotations of type Utility Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>Location. serialize() - 
Uses of Utility in org.bukkit.inventory
Methods in org.bukkit.inventory with annotations of type Utility Modifier and Type Method Description voidItemStack. addEnchantment(Enchantment ench, int level)Adds the specifiedEnchantmentto this item stack.voidItemStack. addEnchantments(java.util.Map<Enchantment,java.lang.Integer> enchantments)Adds the specified enchantments to this item stack.voidItemStack. addUnsafeEnchantments(java.util.Map<Enchantment,java.lang.Integer> enchantments)Adds the specified enchantments to this item stack in an unsafe manner.booleanItemStack. equals(java.lang.Object obj)intItemStack. getMaxStackSize()Get the maximum stacksize for the material hold in this ItemStack.MaterialItemStack. getType()Gets the type of this itemintItemStack. hashCode()booleanItemStack. isSimilar(ItemStack stack)This method is the same as equals, but does not consider stack size (amount).java.util.Map<java.lang.String,java.lang.Object>ItemStack. serialize()voidItemStack. setType(Material type)Sets the type of this itemjava.lang.StringItemStack. toString()Constructors in org.bukkit.inventory with annotations of type Utility Constructor Description ItemStack()