Serializable
, Comparable<MapCursor.Type>
public static enum MapCursor.Type extends Enum<MapCursor.Type>
Modifier and Type | Method | Description |
---|---|---|
static MapCursor.Type |
byValue(byte value) |
Deprecated.
Magic value
|
byte |
getValue() |
Deprecated.
Magic value
|
static MapCursor.Type |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MapCursor.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapCursor.Type WHITE_POINTER
public static final MapCursor.Type GREEN_POINTER
public static final MapCursor.Type RED_POINTER
public static final MapCursor.Type BLUE_POINTER
public static final MapCursor.Type WHITE_CROSS
public static final MapCursor.Type RED_MARKER
public static final MapCursor.Type WHITE_CIRCLE
public static final MapCursor.Type SMALL_WHITE_CIRCLE
public static final MapCursor.Type MANSION
public static final MapCursor.Type TEMPLE
public static final MapCursor.Type BANNER_WHITE
public static final MapCursor.Type BANNER_ORANGE
public static final MapCursor.Type BANNER_MAGENTA
public static final MapCursor.Type BANNER_LIGHT_BLUE
public static final MapCursor.Type BANNER_YELLOW
public static final MapCursor.Type BANNER_LIME
public static final MapCursor.Type BANNER_PINK
public static final MapCursor.Type BANNER_GRAY
public static final MapCursor.Type BANNER_LIGHT_GRAY
public static final MapCursor.Type BANNER_CYAN
public static final MapCursor.Type BANNER_PURPLE
public static final MapCursor.Type BANNER_BLUE
public static final MapCursor.Type BANNER_BROWN
public static final MapCursor.Type BANNER_GREEN
public static final MapCursor.Type BANNER_RED
public static final MapCursor.Type BANNER_BLACK
public static final MapCursor.Type RED_X
public static MapCursor.Type[] values()
for (MapCursor.Type c : MapCursor.Type.values()) System.out.println(c);
public static MapCursor.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public byte getValue()
@Deprecated @Nullable public static MapCursor.Type byValue(byte value)
value
- the valueCopyright © 2019. All rights reserved.