Uses of Class
net.tnemc.item.component.helper.ExplosionData
Packages that use ExplosionData
Package
Description
-
Uses of ExplosionData in net.tnemc.item
Methods in net.tnemc.item with parameters of type ExplosionDataModifier and TypeMethodDescriptionAbstractItemStack.fireworkExplosion(ExplosionData explosion) Updates the firework explosion properties of the item stack.Method parameters in net.tnemc.item with type arguments of type ExplosionDataModifier and TypeMethodDescriptionAbstractItemStack.fireworks(byte flightDuration, List<ExplosionData> explosions) Updates the fireworks properties of the item stack. -
Uses of ExplosionData in net.tnemc.item.bukkit
Methods in net.tnemc.item.bukkit with parameters of type ExplosionDataModifier and TypeMethodDescriptionBukkitItemStack.fireworkExplosion(ExplosionData explosion) Updates the firework explosion properties of the item stack.Method parameters in net.tnemc.item.bukkit with type arguments of type ExplosionDataModifier and TypeMethodDescriptionBukkitItemStack.fireworks(byte flightDuration, List<ExplosionData> explosions) Updates the fireworks properties of the item stack. -
Uses of ExplosionData in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return ExplosionData -
Uses of ExplosionData in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return ExplosionDataMethods in net.tnemc.item.component.impl that return types with arguments of type ExplosionDataMethods in net.tnemc.item.component.impl with parameters of type ExplosionDataModifier and TypeMethodDescriptionvoidFireworkExplosionComponent.explosion(ExplosionData explosion) voidFireworksComponent.explosions(ExplosionData... explosions) Method parameters in net.tnemc.item.component.impl with type arguments of type ExplosionDataModifier and TypeMethodDescriptionvoidFireworksComponent.explosions(List<ExplosionData> explosions) Constructors in net.tnemc.item.component.impl with parameters of type ExplosionDataConstructor parameters in net.tnemc.item.component.impl with type arguments of type ExplosionDataModifierConstructorDescriptionFireworksComponent(byte flightDuration, List<ExplosionData> explosions) -
Uses of ExplosionData in net.tnemc.item.paper
Methods in net.tnemc.item.paper with parameters of type ExplosionDataModifier and TypeMethodDescriptionPaperItemStack.fireworkExplosion(ExplosionData explosion) Updates the firework explosion properties of the item stack.Method parameters in net.tnemc.item.paper with type arguments of type ExplosionDataModifier and TypeMethodDescriptionPaperItemStack.fireworks(byte flightDuration, List<ExplosionData> explosions) Updates the fireworks properties of the item stack.