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 io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return MapCursor.TypeMethods in io.papermc.paper.datacomponent.item with parameters of type MapCursor.TypeModifier and TypeMethodDescriptionMapDecorations.decorationEntry(MapCursor.Type type, double x, double z, float rotation) -
Uses of MapCursor.Type in io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type MapCursor.TypeModifier and TypeFieldDescriptionstatic final RegistryKey<MapCursor.Type> RegistryKey.MAP_DECORATION_TYPEBuilt-in registry for map decoration types. -
Uses of MapCursor.Type in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type MapCursor.TypeModifier and TypeFieldDescriptionstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_BLACKminecraft:banner_blackstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_BLUEminecraft:banner_bluestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_BROWNminecraft:banner_brownstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_CYANminecraft:banner_cyanstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_GRAYminecraft:banner_graystatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_GREENminecraft:banner_greenstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_LIGHT_BLUEminecraft:banner_light_bluestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_LIGHT_GRAYminecraft:banner_light_graystatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_LIMEminecraft:banner_limestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_MAGENTAminecraft:banner_magentastatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_ORANGEminecraft:banner_orangestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_PINKminecraft:banner_pinkstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_PURPLEminecraft:banner_purplestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_REDminecraft:banner_redstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_WHITEminecraft:banner_whitestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BANNER_YELLOWminecraft:banner_yellowstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.BLUE_MARKERminecraft:blue_markerstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.FRAMEminecraft:framestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.JUNGLE_TEMPLEminecraft:jungle_templestatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.MANSIONminecraft:mansionstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.MONUMENTminecraft:monumentstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.PLAYERminecraft:playerstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.PLAYER_OFF_LIMITSminecraft:player_off_limitsstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.PLAYER_OFF_MAPminecraft:player_off_mapstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.RED_MARKERminecraft:red_markerstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.RED_Xminecraft:red_xstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.SWAMP_HUTminecraft:swamp_hutstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.TARGET_POINTminecraft:target_pointstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.TARGET_Xminecraft:target_xstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.TRIAL_CHAMBERSminecraft:trial_chambersstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.VILLAGE_DESERTminecraft:village_desertstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.VILLAGE_PLAINSminecraft:village_plainsstatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.VILLAGE_SAVANNAminecraft:village_savannastatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.VILLAGE_SNOWYminecraft:village_snowystatic final TypedKey<MapCursor.Type> MapDecorationTypeKeys.VILLAGE_TAIGAminecraft:village_taiga -
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.Methods in org.bukkit with parameters of type MapCursor.TypeModifier and TypeMethodDescriptionBukkit.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Bukkit.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Server.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon) Create a new explorer map targeting the closest nearby structure of a givenStructureType.Server.createExplorerMap(@NotNull World world, @NotNull Location location, StructureType structureType, MapCursor.Type mapIcon, int radius, boolean findUnexplored) Create a new explorer map targeting the closest nearby structure of a givenStructureType. -
Uses of MapCursor.Type in org.bukkit.map
Subinterfaces with type arguments of type MapCursor.Type in org.bukkit.mapModifier and TypeInterfaceDescriptionstatic interfaceRepresents the standard types of map cursors.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 @Nullable MapCursor.TypeMapCursor.Type.byValue(byte value) Get a cursor by its internal value.MapCursor.getType()Get the type of this cursor.static @NotNull MapCursor.TypeDeprecated, for removal: This API element is subject to removal in a future version.static @NotNull MapCursor.Type[]MapCursor.Type.values()Deprecated, for removal: This API element is subject to removal in a future version.useRegistry.stream().Methods in org.bukkit.map with parameters of type MapCursor.TypeModifier and TypeMethodDescriptionvoidMapCursor.setType(@NotNull 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, @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.MapCursor(byte x, byte y, byte direction, @NotNull MapCursor.Type type, boolean visible, @Nullable Component caption) Initialize the map cursor.
Registry.get(NamespacedKey)instead.