org.bukkit.map
public static enum MapCursor.Type extends Enum<MapCursor.Type>
| Enum Constant and Description | 
|---|
BLUE_POINTER  | 
GREEN_POINTER  | 
RED_POINTER  | 
WHITE_CROSS  | 
WHITE_POINTER  | 
| Modifier and Type | Method and 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 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 public static MapCursor.Type byValue(byte value)
Copyright © 2014. All rights reserved.