Uses of Enum Class
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.bukkitMethods in org.bukkit that return MapCursor.TypeModifier and TypeMethodDescriptionStructureType.getMapIcon()Get theMapCursor.Typethat this structure can use on maps.
- 
Uses of MapCursor.Type in org.bukkit.mapMethods in org.bukkit.map that return MapCursor.TypeModifier and TypeMethodDescriptionstatic MapCursor.TypeMapCursor.Type.byValue(byte value)Deprecated.Magic valueMapCursor.getType()Get the type of this cursor.static MapCursor.TypeReturns the enum constant of this class with the specified name.static MapCursor.Type[]MapCursor.Type.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 MapCursor.TypeModifier and TypeMethodDescriptionvoidMapCursor.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.