Uses of Interface
org.bukkit.entity.Firework
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Firework in com.destroystokyo.paper.event.player
Modifier and TypeMethodDescriptionPlayerElytraBoostEvent.getFirework()
Get the firework entity that was spawnedModifierConstructorDescriptionPlayerElytraBoostEvent
(Player player, ItemStack itemStack, Firework firework, EquipmentSlot hand) -
Uses of Firework in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.boostElytra
(@NotNull ItemStack firework) Deprecated.HumanEntity.fireworkBoost
(@NotNull ItemStack fireworkItemStack) Perform a firework boost. -
Uses of Firework in org.bukkit.event.entity
HumanEntity.fireworkBoost(ItemStack)
instead.