Uses of Enum
org.bukkit.event.block.TNTPrimeEvent.PrimeCause
Package
Description
-
Uses of TNTPrimeEvent.PrimeCause in org.bukkit.event.block
Modifier 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.ModifierConstructorDescriptionTNTPrimeEvent
(Block block, TNTPrimeEvent.PrimeCause igniteCause, Entity primingEntity, Block primingBlock)