Serializable, Comparable<Ocelot.Type>@Deprecated public static enum Ocelot.Type extends Enum<Ocelot.Type>
| Enum Constant | Description | 
|---|---|
BLACK_CAT | 
 Deprecated.  
  | 
RED_CAT | 
 Deprecated.  
  | 
SIAMESE_CAT | 
 Deprecated.  
  | 
WILD_OCELOT | 
 Deprecated.  
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
int | 
getId() | 
 Deprecated. 
 
Magic value 
 | 
static Ocelot.Type | 
getType(int id) | 
 Deprecated. 
 
Magic value 
 | 
static Ocelot.Type | 
valueOf(String name) | 
 Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static Ocelot.Type[] | 
values() | 
 Deprecated.  
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 @Nullable public static Ocelot.Type getType(int id)
id - ID of the cat type to get.Copyright © 2019. All rights reserved.