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 involved in manipulating player inventories and item interactions.
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_TYPEMap cursor types.Methods in org.bukkit that return MapCursor.TypeModifier and TypeMethodDescriptionStructureType.getMapIcon()Deprecated.Get theMapCursor.Typethat this structure can use on maps. -
Uses of MapCursor.Type in org.bukkit.inventory
Methods in org.bukkit.inventory with parameters of type MapCursor.TypeModifier and TypeMethodDescriptionItemFactory.createExplorerMap(World world, Location structureLocation, MapCursor.Type mapIcon) Create a new explorer map targeting the given structure location. -
Uses of MapCursor.Type in org.bukkit.map
Fields in org.bukkit.map declared as MapCursor.TypeModifier and TypeFieldDescriptionstatic final MapCursor.TypeMapCursor.Type.BANNER_BLACKstatic final MapCursor.TypeMapCursor.Type.BANNER_BLUEstatic final MapCursor.TypeMapCursor.Type.BANNER_BROWNstatic final MapCursor.TypeMapCursor.Type.BANNER_CYANstatic final MapCursor.TypeMapCursor.Type.BANNER_GRAYstatic final MapCursor.TypeMapCursor.Type.BANNER_GREENstatic final MapCursor.TypeMapCursor.Type.BANNER_LIGHT_BLUEstatic final MapCursor.TypeMapCursor.Type.BANNER_LIGHT_GRAYstatic final MapCursor.TypeMapCursor.Type.BANNER_LIMEstatic final MapCursor.TypeMapCursor.Type.BANNER_MAGENTAstatic final MapCursor.TypeMapCursor.Type.BANNER_ORANGEstatic final MapCursor.TypeMapCursor.Type.BANNER_PINKstatic final MapCursor.TypeMapCursor.Type.BANNER_PURPLEstatic final MapCursor.TypeMapCursor.Type.BANNER_REDstatic final MapCursor.TypeMapCursor.Type.BANNER_WHITEstatic final MapCursor.TypeMapCursor.Type.BANNER_YELLOWstatic final MapCursor.TypeMapCursor.Type.BLUE_MARKERstatic final MapCursor.TypeMapCursor.Type.FRAMEstatic final MapCursor.TypeMapCursor.Type.JUNGLE_TEMPLEstatic final MapCursor.TypeMapCursor.Type.MANSIONstatic final MapCursor.TypeMapCursor.Type.MONUMENTstatic final MapCursor.TypeMapCursor.Type.PLAYERstatic final MapCursor.TypeMapCursor.Type.PLAYER_OFF_LIMITSstatic final MapCursor.TypeMapCursor.Type.PLAYER_OFF_MAPstatic final MapCursor.TypeMapCursor.Type.RED_MARKERstatic final MapCursor.TypeMapCursor.Type.RED_Xstatic final MapCursor.TypeMapCursor.Type.SWAMP_HUTstatic final MapCursor.TypeMapCursor.Type.TARGET_POINTstatic final MapCursor.TypeMapCursor.Type.TARGET_Xstatic final MapCursor.TypeMapCursor.Type.TRIAL_CHAMBERSstatic final MapCursor.TypeMapCursor.Type.VILLAGE_DESERTstatic final MapCursor.TypeMapCursor.Type.VILLAGE_PLAINSstatic final MapCursor.TypeMapCursor.Type.VILLAGE_SAVANNAstatic final MapCursor.TypeMapCursor.Type.VILLAGE_SNOWYstatic final MapCursor.TypeMapCursor.Type.VILLAGE_TAIGAMethods 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.TypeDeprecated.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 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.