Uses of Enum Class
com.destroystokyo.paper.event.block.TNTPrimeEvent.PrimeReason
-
Uses of TNTPrimeEvent.PrimeReason in com.destroystokyo.paper.event.block
Modifier and TypeMethodDescriptionTNTPrimeEvent.getReason()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the TNT prime reasonstatic TNTPrimeEvent.PrimeReason
Returns the enum constant of this class with the specified name.static TNTPrimeEvent.PrimeReason[]
TNTPrimeEvent.PrimeReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTNTPrimeEvent
(@NotNull Block theBlock, @NotNull TNTPrimeEvent.PrimeReason reason, @Nullable Entity primerEntity) Deprecated, for removal: This API element is subject to removal in a future version.