Uses of Enum Class
org.bukkit.event.block.TNTPrimeEvent.PrimeCause
Packages that use TNTPrimeEvent.PrimeCause
Package
Description
-
Uses of TNTPrimeEvent.PrimeCause in org.bukkit.event.block
Subclasses with type arguments of type TNTPrimeEvent.PrimeCause in org.bukkit.event.blockModifier and TypeClassDescriptionstatic enumAn enum to represent the cause of a TNT block becoming primed.Methods in org.bukkit.event.block that return TNTPrimeEvent.PrimeCauseModifier and TypeMethodDescriptionTNTPrimeEvent.getCause()Get the cause of the TNT becoming primed.static TNTPrimeEvent.PrimeCauseReturns the enum constant of this class with the specified name.static TNTPrimeEvent.PrimeCause[]TNTPrimeEvent.PrimeCause.values()Returns an array containing the constants of this enum class, 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)