| Package | Description | 
|---|---|
| org.bukkit.map | 
 Classes to facilitate plugin handling of  
map displays. | 
| Modifier and Type | Method and Description | 
|---|---|
MapView.Scale | 
MapView.getScale()
Get the scale of this map. 
 | 
static MapView.Scale | 
MapView.Scale.valueOf(byte value)
Deprecated. 
 
Magic value 
 | 
static MapView.Scale | 
MapView.Scale.valueOf(String name)
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapView.setScale(MapView.Scale scale)
Set the scale of this map. 
 | 
Copyright © 2021. All rights reserved.