public static class EntityList.EntityEggInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
StatBase |
field_151512_d |
StatBase |
field_151513_e |
java.lang.String |
name |
int |
primaryColor
Base color of the egg
|
int |
secondaryColor
Color of the egg spots
|
int |
spawnedID
Deprecated.
|
Constructor and Description |
---|
EntityEggInfo(int id,
int baseColor,
int spotColor) |
EntityEggInfo(java.lang.String name,
int primaryColor,
int secondaryColor) |
@Deprecated public final int spawnedID
public final java.lang.String name
public final int primaryColor
public final int secondaryColor
public final StatBase field_151512_d
public final StatBase field_151513_e