Uses of Interface
org.bukkit.map.MapCursor.Type
Packages that use MapCursor.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate plugin handling of
map
displays.-
Uses of MapCursor.Type in org.bukkit
Fields in org.bukkit with type parameters of type MapCursor.TypeModifier and TypeFieldDescriptionstatic final Registry
<MapCursor.Type> Registry.MAP_DECORATION_TYPE
Map cursor types.Methods in org.bukkit that return MapCursor.TypeModifier and TypeMethodDescriptionStructureType.getMapIcon()
Deprecated.Get theMapCursor.Type
that this structure can use on maps. -
Uses of MapCursor.Type in org.bukkit.map
Fields in org.bukkit.map declared as MapCursor.TypeModifier and TypeFieldDescriptionstatic final MapCursor.Type
MapCursor.Type.BANNER_BLACK
static final MapCursor.Type
MapCursor.Type.BANNER_BLUE
static final MapCursor.Type
MapCursor.Type.BANNER_BROWN
static final MapCursor.Type
MapCursor.Type.BANNER_CYAN
static final MapCursor.Type
MapCursor.Type.BANNER_GRAY
static final MapCursor.Type
MapCursor.Type.BANNER_GREEN
static final MapCursor.Type
MapCursor.Type.BANNER_LIGHT_BLUE
static final MapCursor.Type
MapCursor.Type.BANNER_LIGHT_GRAY
static final MapCursor.Type
MapCursor.Type.BANNER_LIME
static final MapCursor.Type
MapCursor.Type.BANNER_MAGENTA
static final MapCursor.Type
MapCursor.Type.BANNER_ORANGE
static final MapCursor.Type
MapCursor.Type.BANNER_PINK
static final MapCursor.Type
MapCursor.Type.BANNER_PURPLE
static final MapCursor.Type
MapCursor.Type.BANNER_RED
static final MapCursor.Type
MapCursor.Type.BANNER_WHITE
static final MapCursor.Type
MapCursor.Type.BANNER_YELLOW
static final MapCursor.Type
MapCursor.Type.BLUE_MARKER
static final MapCursor.Type
MapCursor.Type.FRAME
static final MapCursor.Type
MapCursor.Type.JUNGLE_TEMPLE
static final MapCursor.Type
MapCursor.Type.MANSION
static final MapCursor.Type
MapCursor.Type.MONUMENT
static final MapCursor.Type
MapCursor.Type.PLAYER
static final MapCursor.Type
MapCursor.Type.PLAYER_OFF_LIMITS
static final MapCursor.Type
MapCursor.Type.PLAYER_OFF_MAP
static final MapCursor.Type
MapCursor.Type.RED_MARKER
static final MapCursor.Type
MapCursor.Type.RED_X
static final MapCursor.Type
MapCursor.Type.SWAMP_HUT
static final MapCursor.Type
MapCursor.Type.TARGET_POINT
static final MapCursor.Type
MapCursor.Type.TARGET_X
static final MapCursor.Type
MapCursor.Type.TRIAL_CHAMBERS
static final MapCursor.Type
MapCursor.Type.VILLAGE_DESERT
static final MapCursor.Type
MapCursor.Type.VILLAGE_PLAINS
static final MapCursor.Type
MapCursor.Type.VILLAGE_SAVANNA
static final MapCursor.Type
MapCursor.Type.VILLAGE_SNOWY
static final MapCursor.Type
MapCursor.Type.VILLAGE_TAIGA
Methods in org.bukkit.map that return MapCursor.TypeModifier and TypeMethodDescriptionstatic MapCursor.Type
MapCursor.Type.byValue
(byte value) Deprecated.Magic valueMapCursor.getType()
Get the type of this cursor.static MapCursor.Type
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static MapCursor.Type[]
MapCursor.Type.values()
Deprecated.useIterable.iterator()
.Methods in org.bukkit.map with parameters of type MapCursor.TypeModifier and TypeMethodDescriptionvoid
MapCursor.setType
(MapCursor.Type type) Set the type of this cursor.Constructors in org.bukkit.map with parameters of type MapCursor.TypeModifierConstructorDescriptionMapCursor
(byte x, byte y, byte direction, MapCursor.Type type, boolean visible) Initialize the map cursor.MapCursor
(byte x, byte y, byte direction, MapCursor.Type type, boolean visible, String caption) Initialize the map cursor.