Uses of Enum
org.bukkit.map.MapView.Scale
Packages that use MapView.Scale
-
Uses of MapView.Scale in org.bukkit.map
Methods in org.bukkit.map that return MapView.ScaleModifier and TypeMethodDescriptionMapView.getScale()
Get the scale of this map.static MapView.Scale
MapView.Scale.valueOf
(byte value) Deprecated.Magic valuestatic MapView.Scale
Returns the enum constant of this type with the specified name.static MapView.Scale[]
MapView.Scale.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.map with parameters of type MapView.ScaleModifier and TypeMethodDescriptionvoid
MapView.setScale
(MapView.Scale scale) Set the scale of this map.