Uses of Enum Class
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 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.ModifierConstructorDescriptionTNTPrimeEvent
(@NotNull Block block, @NotNull TNTPrimeEvent.PrimeCause igniteCause, @Nullable Entity primingEntity, @Nullable Block primingBlock)