Package org.bukkit.inventory.meta
Interface MapMeta
- All Superinterfaces:
java.lang.Cloneable
,ConfigurationSerializable
,ItemMeta
public interface MapMeta extends ItemMeta
Represents a map that can be scalable.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bukkit.inventory.meta.ItemMeta
ItemMeta.Spigot
-
Method Summary
Modifier and Type Method Description MapMeta
clone()
boolean
isScaling()
Checks to see if this map is scaling.void
setScaling(boolean value)
Sets if this map is scaling or not.Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
Methods inherited from interface org.bukkit.inventory.meta.ItemMeta
addEnchant, addItemFlags, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLore, hasConflictingEnchant, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLore, removeEnchant, removeItemFlags, setDisplayName, setLore, spigot