Uses of Enum Class
org.bukkit.map.MapView.Scale
Packages that use MapView.Scale
-
Uses of MapView.Scale in org.bukkit.map
Subclasses with type arguments of type MapView.Scale in org.bukkit.mapModifier and TypeClassDescriptionstatic enumAn enum representing all possible scales a map can be set to.Methods in org.bukkit.map that return MapView.ScaleModifier and TypeMethodDescriptionMapView.getScale()Get the scale of this map.static MapView.ScaleMapView.Scale.valueOf(byte value) Deprecated.Magic valuestatic MapView.ScaleReturns the enum constant of this class with the specified name.static MapView.Scale[]MapView.Scale.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.map with parameters of type MapView.ScaleModifier and TypeMethodDescriptionvoidMapView.setScale(MapView.Scale scale) Set the scale of this map.