接口的使用
org.bukkit.map.MapCursor.Type
-
org.bukkit中MapCursor.Type的使用
修饰符和类型方法说明StructureType.getMapIcon()
已过时。Get theMapCursor.Type
that this structure can use on maps. -
org.bukkit.map中MapCursor.Type的使用
修饰符和类型字段说明static final MapCursor.Type
MapCursor.Type.BANNER_BLACK
static final MapCursor.Type
MapCursor.Type.BANNER_BLUE
static final MapCursor.Type
MapCursor.Type.BANNER_BROWN
static final MapCursor.Type
MapCursor.Type.BANNER_CYAN
static final MapCursor.Type
MapCursor.Type.BANNER_GRAY
static final MapCursor.Type
MapCursor.Type.BANNER_GREEN
static final MapCursor.Type
MapCursor.Type.BANNER_LIGHT_BLUE
static final MapCursor.Type
MapCursor.Type.BANNER_LIGHT_GRAY
static final MapCursor.Type
MapCursor.Type.BANNER_LIME
static final MapCursor.Type
MapCursor.Type.BANNER_MAGENTA
static final MapCursor.Type
MapCursor.Type.BANNER_ORANGE
static final MapCursor.Type
MapCursor.Type.BANNER_PINK
static final MapCursor.Type
MapCursor.Type.BANNER_PURPLE
static final MapCursor.Type
MapCursor.Type.BANNER_RED
static final MapCursor.Type
MapCursor.Type.BANNER_WHITE
static final MapCursor.Type
MapCursor.Type.BANNER_YELLOW
static final MapCursor.Type
MapCursor.Type.BLUE_MARKER
static final MapCursor.Type
MapCursor.Type.FRAME
static final MapCursor.Type
MapCursor.Type.JUNGLE_TEMPLE
static final MapCursor.Type
MapCursor.Type.MANSION
static final MapCursor.Type
MapCursor.Type.MONUMENT
static final MapCursor.Type
MapCursor.Type.PLAYER
static final MapCursor.Type
MapCursor.Type.PLAYER_OFF_LIMITS
static final MapCursor.Type
MapCursor.Type.PLAYER_OFF_MAP
static final MapCursor.Type
MapCursor.Type.RED_MARKER
static final MapCursor.Type
MapCursor.Type.RED_X
static final MapCursor.Type
MapCursor.Type.SWAMP_HUT
static final MapCursor.Type
MapCursor.Type.TARGET_POINT
static final MapCursor.Type
MapCursor.Type.TARGET_X
static final MapCursor.Type
MapCursor.Type.TRIAL_CHAMBERS
static final MapCursor.Type
MapCursor.Type.VILLAGE_DESERT
static final MapCursor.Type
MapCursor.Type.VILLAGE_PLAINS
static final MapCursor.Type
MapCursor.Type.VILLAGE_SAVANNA
static final MapCursor.Type
MapCursor.Type.VILLAGE_SNOWY
static final MapCursor.Type
MapCursor.Type.VILLAGE_TAIGA
修饰符和类型方法说明static @Nullable MapCursor.Type
MapCursor.Type.byValue
(byte value) 已过时。Magic valueMapCursor.getType()
获取这个光标的类型.static @NotNull MapCursor.Type
已过时。only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static @NotNull MapCursor.Type[]
MapCursor.Type.values()
已过时。useIterable.iterator()
.限定符构造器说明MapCursor
(byte x, byte y, byte direction, @NotNull MapCursor.Type type, boolean visible) 初始化地图光标.MapCursor
(byte x, byte y, byte direction, @NotNull MapCursor.Type type, boolean visible, @Nullable String caption) 初始化地图光标.