Uses of Enum Class
org.bukkit.map.MapView.Scale
-
Uses of MapView.Scale in org.bukkit.map
Modifier and TypeMethodDescriptionMapView.getScale()
Get the scale of this map.static @Nullable MapView.Scale
MapView.Scale.valueOf
(byte value) Get the scale given the raw value.static MapView.Scale
Returns 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.Modifier and TypeMethodDescriptionvoid
MapView.setScale
(@NotNull MapView.Scale scale) Set the scale of this map.