| 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 | Description |
|---|---|---|
Firework |
PlayerElytraBoostEvent.getFirework() |
Get the firework entity that was spawned
|
| Constructor | Description |
|---|---|
PlayerElytraBoostEvent(Player player,
ItemStack itemStack,
Firework firework) |
| Modifier and Type | Method | Description |
|---|---|---|
Firework |
Player.boostElytra(ItemStack firework) |
Boost a Player that's
LivingEntity.isGliding() using a Firework. |
| Modifier and Type | Method | Description |
|---|---|---|
Firework |
FireworkExplodeEvent.getEntity() |
| Constructor | Description |
|---|---|
FireworkExplodeEvent(Firework what) |
Copyright © 2021. All rights reserved.