org.bukkit.entity
public static enum Ocelot.Type extends Enum<Ocelot.Type>
| Enum Constant and Description | 
|---|
BLACK_CAT  | 
RED_CAT  | 
SIAMESE_CAT  | 
WILD_OCELOT  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()
Deprecated. 
 
Magic value 
 | 
static Ocelot.Type | 
getType(int id)
Deprecated. 
 
Magic value 
 | 
static Ocelot.Type | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Ocelot.Type[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Ocelot.Type WILD_OCELOT
public static final Ocelot.Type BLACK_CAT
public static final Ocelot.Type RED_CAT
public static final Ocelot.Type SIAMESE_CAT
public static Ocelot.Type[] values()
for (Ocelot.Type c : Ocelot.Type.values()) System.out.println(c);
public static Ocelot.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 int getId()
@Deprecated public static Ocelot.Type getType(int id)
id - ID of the cat type to get.Copyright © 2014. All rights reserved.