net.minecraft.entity
Class EntityEggInfo

java.lang.Object
  extended by net.minecraft.entity.EntityEggInfo

public class EntityEggInfo
extends Object


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

Field Detail

spawnedID

public int spawnedID
The entityID of the spawned mob


primaryColor

public int primaryColor
Base color of the egg


secondaryColor

public int secondaryColor
Color of the egg spots

Constructor Detail

EntityEggInfo

public EntityEggInfo(int par1,
                     int par2,
                     int par3)