static enum TropicalFishEntity.Type extends java.lang.Enum<TropicalFishEntity.Type>
Enum Constant and Description |
---|
BETTY |
BLOCKFISH |
BRINELY |
CLAYFISH |
DASHER |
FLOPPER |
GLITTER |
KOB |
SNOOPER |
SPOTTY |
STRIPEY |
SUNSTREAK |
Modifier and Type | Field and Description |
---|---|
private int |
field_212552_m |
private int |
field_212553_n |
private static TropicalFishEntity.Type[] |
field_212554_o |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
func_212548_a(int p_212548_0_,
int p_212548_1_) |
java.lang.String |
func_212549_c() |
int |
func_212550_a() |
int |
func_212551_b() |
static TropicalFishEntity.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TropicalFishEntity.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TropicalFishEntity.Type KOB
public static final TropicalFishEntity.Type SUNSTREAK
public static final TropicalFishEntity.Type SNOOPER
public static final TropicalFishEntity.Type DASHER
public static final TropicalFishEntity.Type BRINELY
public static final TropicalFishEntity.Type SPOTTY
public static final TropicalFishEntity.Type FLOPPER
public static final TropicalFishEntity.Type STRIPEY
public static final TropicalFishEntity.Type GLITTER
public static final TropicalFishEntity.Type BLOCKFISH
public static final TropicalFishEntity.Type BETTY
public static final TropicalFishEntity.Type CLAYFISH
private final int field_212552_m
private final int field_212553_n
private static final TropicalFishEntity.Type[] field_212554_o
public static TropicalFishEntity.Type[] values()
for (TropicalFishEntity.Type c : TropicalFishEntity.Type.values()) System.out.println(c);
public static TropicalFishEntity.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 nullpublic int func_212550_a()
public int func_212551_b()
public static java.lang.String func_212548_a(int p_212548_0_, int p_212548_1_)
public java.lang.String func_212549_c()