Uses of Interface
org.bukkit.entity.Egg
| 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 |
-
Uses of Egg in org.bukkit.entity
Methods in org.bukkit.entity that return Egg Modifier and Type Method Description EggLivingEntity. throwEgg()Deprecated.use launchProjectile(Egg.class) instead -
Uses of Egg in org.bukkit.event.player
Methods in org.bukkit.event.player that return Egg Modifier and Type Method Description EggPlayerEggThrowEvent. getEgg()Gets the egg involved in this event.Constructors in org.bukkit.event.player with parameters of type Egg Constructor Description PlayerEggThrowEvent(Player player, Egg egg, boolean hatching, byte numHatches, CreatureType hatchingType)Deprecated.PlayerEggThrowEvent(Player player, Egg egg, boolean hatching, byte numHatches, EntityType hatchingType)