Uses of Interface
org.bukkit.entity.Egg
Packages that use Egg
Package
Description
-
Uses of Egg in com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return EggModifier and TypeMethodDescriptionThrownEggHatchEvent.getEgg()
Gets the egg involved in this event.Constructors in com.destroystokyo.paper.event.entity with parameters of type EggModifierConstructorDescriptionThrownEggHatchEvent
(@NotNull Egg egg, boolean hatching, byte numHatches, @NotNull EntityType hatchingType) -
Uses of Egg in org.bukkit.event.player
Methods in org.bukkit.event.player that return EggModifier and TypeMethodDescriptionPlayerEggThrowEvent.getEgg()
Gets the egg involved in this event.Constructors in org.bukkit.event.player with parameters of type EggModifierConstructorDescriptionPlayerEggThrowEvent
(@NotNull Player player, @NotNull Egg egg, boolean hatching, byte numHatches, @NotNull EntityType hatchingType)