java.io.Serializable
, java.lang.Comparable<Ocelot.Type>
public static enum Ocelot.Type extends java.lang.Enum<Ocelot.Type>
Enum Constant | Description |
---|---|
BLACK_CAT |
|
RED_CAT |
|
SIAMESE_CAT |
|
WILD_OCELOT |
Modifier and Type | Method | Description |
---|---|---|
int |
getId() |
Deprecated.
Magic value
|
static Ocelot.Type |
getType(int id) |
Deprecated.
Magic value
|
static Ocelot.Type |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- 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 © 2018. All rights reserved.