Uses of Interface
org.bukkit.entity.Egg

Packages that use Egg
org.bukkit.entity Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. 
org.bukkit.event.player Events relating to players
 

Uses of Egg in org.bukkit.entity
 

Methods in org.bukkit.entity that return Egg
 Egg LivingEntity.throwEgg()
          Deprecated. use launchProjectile(Egg.class) instead
 

Uses of Egg in org.bukkit.event.player
 

Methods in org.bukkit.event.player that return Egg
 Egg PlayerEggThrowEvent.getEgg()
          Gets the egg involved in this event.
 

Constructors in org.bukkit.event.player with parameters of type Egg
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.