Package org.bukkit.inventory.meta
Class ItemMeta.Spigot
- java.lang.Object
-
- org.bukkit.inventory.meta.ItemMeta.Spigot
-
- Direct Known Subclasses:
BookMeta.Spigot
- Enclosing interface:
- ItemMeta
public static class ItemMeta.Spigot extends Object
-
-
Constructor Summary
Constructors Constructor Description Spigot()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isUnbreakable()
Deprecated.void
setUnbreakable(boolean unbreakable)
Deprecated.
-
-
-
Method Detail
-
setUnbreakable
@Deprecated public void setUnbreakable(boolean unbreakable)
Deprecated.Sets the unbreakable tag- Parameters:
unbreakable
- true if set unbreakable
-
isUnbreakable
@Deprecated public boolean isUnbreakable()
Deprecated.Return if the unbreakable tag is true- Returns:
- true if the unbreakable tag is true
-
-