Uses of Class
org.bukkit.map.MapCursor.Type
-
Packages that use MapCursor.Type Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.map Classes to facilitate plugin handling ofmapdisplays. -
-
Uses of MapCursor.Type in org.bukkit
Methods in org.bukkit that return MapCursor.Type Modifier and Type Method Description MapCursor.TypeStructureType. getMapIcon()Get theMapCursor.Typethat this structure can use on maps. -
Uses of MapCursor.Type in org.bukkit.map
Methods in org.bukkit.map that return MapCursor.Type Modifier and Type Method Description static @Nullable MapCursor.TypeMapCursor.Type. byValue(byte value)Deprecated.Magic value@NotNull MapCursor.TypeMapCursor. getType()Get the type of this cursor.static MapCursor.TypeMapCursor.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MapCursor.Type[]MapCursor.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.map with parameters of type MapCursor.Type Modifier and Type Method Description voidMapCursor. setType(@NotNull MapCursor.Type type)Set the type of this cursor.Constructors in org.bukkit.map with parameters of type MapCursor.Type Constructor Description MapCursor(byte x, byte y, byte direction, @NotNull MapCursor.Type type, boolean visible)Initialize the map cursor.MapCursor(byte x, byte y, byte direction, @NotNull MapCursor.Type type, boolean visible, @Nullable String caption)Initialize the map cursor.
-