Uses of Interface
org.bukkit.entity.Egg
Package
Description
-
Uses of Egg in com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionThrownEggHatchEvent.getEgg()
Gets the egg involved in this event.ModifierConstructorDescriptionThrownEggHatchEvent
(Egg egg, boolean hatching, byte numHatches, EntityType hatchingType) -
Uses of Egg in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerEggThrowEvent.getEgg()
Gets the egg involved in this event.ModifierConstructorDescriptionPlayerEggThrowEvent
(@NotNull Player player, @NotNull Egg egg, boolean hatching, byte numHatches, @NotNull EntityType hatchingType)