Uses of Class
org.bukkit.map.MapCursor.Type

Packages that use MapCursor.Type
org.bukkit.map Classes to facilitate plugin handling of map displays. 
 

Uses of MapCursor.Type in org.bukkit.map
 

Methods in org.bukkit.map that return MapCursor.Type
static MapCursor.Type MapCursor.Type.byValue(byte value)
          Deprecated. Magic value
 MapCursor.Type MapCursor.getType()
          Get the type of this cursor.
static MapCursor.Type MapCursor.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
 void MapCursor.setType(MapCursor.Type type)
          Set the type of this cursor.
 



Copyright © 2014. All rights reserved.