| Package | Description |
|---|---|
| com.destroystokyo.paper.event.player | |
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.event.entity |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Firework |
PlayerElytraBoostEvent.getFirework()
Get the firework entity that was spawned
|
| Constructor and Description |
|---|
PlayerElytraBoostEvent(@NotNull Player player,
@NotNull ItemStack itemStack,
@NotNull Firework firework) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Firework |
Player.boostElytra(@NotNull ItemStack firework)
Boost a Player that's
LivingEntity.isGliding() using a Firework. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Firework |
FireworkExplodeEvent.getEntity() |
| Constructor and Description |
|---|
FireworkExplodeEvent(@NotNull Firework what) |
Copyright © 2022. All rights reserved.