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
Methods in org.bukkit.event.block that return TNTPrimeEvent.PrimeCauseModifier and TypeMethodDescription@NotNull TNTPrimeEvent.PrimeCauseTNTPrimeEvent.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(@NotNull Block block, @NotNull TNTPrimeEvent.PrimeCause igniteCause, @Nullable Entity primingEntity, @Nullable Block primingBlock)