Package | Description |
---|---|
com.destroystokyo.paper.event.entity | |
org.bukkit.event.player |
Modifier and Type | Method and Description |
---|---|
@NotNull Egg |
ThrownEggHatchEvent.getEgg()
Gets the egg involved in this event.
|
Constructor and Description |
---|
ThrownEggHatchEvent(@NotNull Egg egg,
boolean hatching,
byte numHatches,
@NotNull EntityType hatchingType) |
Modifier and Type | Method and Description |
---|---|
@NotNull Egg |
PlayerEggThrowEvent.getEgg()
Gets the egg involved in this event.
|
Constructor and Description |
---|
PlayerEggThrowEvent(@NotNull Player player,
@NotNull Egg egg,
boolean hatching,
byte numHatches,
@NotNull EntityType hatchingType) |
Copyright © 2021. All rights reserved.