Uses of Enum
org.bukkit.event.block.TNTPrimeEvent.PrimeCause
Packages that use TNTPrimeEvent.PrimeCause
Package
Description
-
Uses of TNTPrimeEvent.PrimeCause in org.bukkit.event.block
Methods in org.bukkit.event.block that return TNTPrimeEvent.PrimeCauseModifier and TypeMethodDescriptionTNTPrimeEvent.getCause()
Get the cause of the TNT becoming primed.static TNTPrimeEvent.PrimeCause
Returns the enum constant of this type with the specified name.static TNTPrimeEvent.PrimeCause[]
TNTPrimeEvent.PrimeCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bukkit.event.block with parameters of type TNTPrimeEvent.PrimeCauseModifierConstructorDescriptionTNTPrimeEvent
(Block block, TNTPrimeEvent.PrimeCause igniteCause, Entity primingEntity, Block primingBlock)