org.bukkit.inventory.meta
Interface MapMeta

All Superinterfaces:
Cloneable, ConfigurationSerializable, ItemMeta

public interface MapMeta
extends ItemMeta

Represents a map that can be scalable.


Method Summary
 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.inventory.meta.ItemMeta
addEnchant, getDisplayName, getEnchantLevel, getEnchants, getLore, hasDisplayName, hasEnchant, hasEnchants, hasLore, removeEnchant, setDisplayName, setLore
 
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
 

Method Detail

isScaling

boolean isScaling()
Checks to see if this map is scaling.

Returns:
true if this map is scaling

setScaling

void setScaling(boolean value)
Sets if this map is scaling or not.

Parameters:
value - true to scale

clone

MapMeta clone()
Specified by:
clone in interface ItemMeta


Copyright © 2013. All Rights Reserved.