public class EntityEggInfo
extends Object
-
Field Summary
Fields
int
int
int
The entityID of the spawned mob
int
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
spawnedID
public int spawnedID
The entityID of the spawned mob
-
variant
public int variant
-
primaryColor
public int primaryColor
Base color of the egg
-
secondaryColor
public int secondaryColor
Color of the egg spots
-
Constructor Details
-
EntityEggInfo
public EntityEggInfo(int par1,
int par2,
int par3)
-
EntityEggInfo
public EntityEggInfo(int par1,
int par2,
int par3,
int par4)