程序包 org.bukkit.map
接口 MapCursor.Type
- 所有超级接口:
Comparable<MapCursor.Type>
,Keyed
,OldEnum<MapCursor.Type>
- 封闭类:
- MapCursor
表示地图光标的标准类型。可能有更多被资源包(原材质包)提供的类型,这个数值被客户端当做minecraft.jar里的'./assets/minecraft/textures/map/map_icons.png'文件的索引或一个材质包中的索引使用.
原文: Represents the standard types of map cursors. More may be made available by resource packs - the value is used by the client as an index in the file './assets/minecraft/textures/map/map_icons.png' from minecraft.jar or from a resource pack.
-
字段概要
修饰符和类型字段说明static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
static final MapCursor.Type
-
方法概要
修饰符和类型方法说明static @Nullable MapCursor.Type
byValue
(byte value) 已过时。Magic valuebyte
getValue()
已过时。Magic valuestatic @NotNull MapCursor.Type
已过时。only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static @NotNull MapCursor.Type[]
values()
已过时。useIterable.iterator()
.
-
字段详细资料
-
PLAYER
-
FRAME
-
RED_MARKER
-
BLUE_MARKER
-
TARGET_X
-
TARGET_POINT
-
PLAYER_OFF_MAP
-
PLAYER_OFF_LIMITS
-
MANSION
-
MONUMENT
-
BANNER_WHITE
-
BANNER_ORANGE
-
BANNER_MAGENTA
-
BANNER_LIGHT_BLUE
-
BANNER_YELLOW
-
BANNER_LIME
-
BANNER_PINK
-
BANNER_GRAY
-
BANNER_LIGHT_GRAY
-
BANNER_CYAN
-
BANNER_PURPLE
-
BANNER_BLUE
-
BANNER_BROWN
-
BANNER_GREEN
-
BANNER_RED
-
BANNER_BLACK
-
RED_X
-
VILLAGE_DESERT
-
VILLAGE_PLAINS
-
VILLAGE_SAVANNA
-
VILLAGE_SNOWY
-
VILLAGE_TAIGA
-
JUNGLE_TEMPLE
-
SWAMP_HUT
-
TRIAL_CHAMBERS
-
-
方法详细资料
-
getValue
已过时。Magic valueGets the internal value of the cursor.- 返回:
- the value
-
byValue
已过时。Magic valueGet a cursor by its internal value.- 参数:
value
- the value- 返回:
- the matching type
-
valueOf
@NotNull @Deprecated(since="1.21") static @NotNull MapCursor.Type valueOf(@NotNull @NotNull String name) 已过时。only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.- 参数:
name
- of the type.- 返回:
- the type with the given name.
-
values
已过时。useIterable.iterator()
.- 返回:
- an array of all known map cursor types.
-