| Package | Description | 
|---|---|
| org.bukkit.entity | 
 Interfaces for non-voxel objects that can exist in a  
world, including all players, monsters, projectiles, etc. | 
| org.bukkit.event.player | 
| Modifier and Type | Method and Description | 
|---|---|
Egg | 
LivingEntity.throwEgg()
Deprecated. 
 
use launchProjectile(Egg.class) instead 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Egg | 
PlayerEggThrowEvent.getEgg()
Gets the egg involved in this event. 
 | 
| Constructor and Description | 
|---|
PlayerEggThrowEvent(Player player,
                   Egg egg,
                   boolean hatching,
                   byte numHatches,
                   CreatureType hatchingType)
Deprecated.  
 | 
PlayerEggThrowEvent(Player player,
                   Egg egg,
                   boolean hatching,
                   byte numHatches,
                   EntityType hatchingType)  | 
Copyright © 2014. All rights reserved.