public static class EntityList.EntityEggInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
StatBase |
entityKilledByStat |
StatBase |
killEntityStat |
int |
primaryColor
Base color of the egg
|
int |
secondaryColor
Color of the egg spots
|
ResourceLocation |
spawnedID
The entityID of the spawned mob
|
Constructor and Description |
---|
EntityEggInfo(ResourceLocation idIn,
int primaryColorIn,
int secondaryColorIn) |
EntityEggInfo(ResourceLocation id,
int primaryColor,
int secondaryColor,
StatBase killEntityStatistic,
StatBase entityKilledByStatistic) |
public final ResourceLocation spawnedID
public final int primaryColor
public final int secondaryColor
public final StatBase killEntityStat
public final StatBase entityKilledByStat
public EntityEggInfo(ResourceLocation idIn, int primaryColorIn, int secondaryColorIn)
public EntityEggInfo(ResourceLocation id, int primaryColor, int secondaryColor, StatBase killEntityStatistic, StatBase entityKilledByStatistic)