Package | Description |
---|---|
io.github.bananapuncher714.cartographer.core.api |
Contains general utility classes, interfaces, and enums for Cartographer2.
|
io.github.bananapuncher714.cartographer.core.renderer |
Contains classes responsible for rendering map items in-game.
|
Modifier and Type | Method and Description |
---|---|
static ZoomScale |
ZoomScale.getScale(double scale)
Deprecated.
Get the closest ZoomScale to the value provided.
|
static ZoomScale |
ZoomScale.getScaleFromBukkit(org.bukkit.map.MapView.Scale scale)
Deprecated.
Convert Bukkit's map scaling to a zoom scale.
|
ZoomScale |
ZoomScale.unzoom(boolean circular)
Deprecated.
Get the next ZoomScale.
|
static ZoomScale |
ZoomScale.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ZoomScale[] |
ZoomScale.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ZoomScale |
ZoomScale.zoom(boolean circular)
Deprecated.
Get the previous ZoomScale.
|
Modifier and Type | Method and Description |
---|---|
void |
CartographerRenderer.setScale(java.util.UUID uuid,
ZoomScale scale) |