Enum Class TNTPrimeEvent.PrimeReason
java.lang.Object
java.lang.Enum<TNTPrimeEvent.PrimeReason>
com.destroystokyo.paper.event.block.TNTPrimeEvent.PrimeReason
- All Implemented Interfaces:
- Serializable,- Comparable<TNTPrimeEvent.PrimeReason>,- Constable
- Enclosing class:
- TNTPrimeEvent
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionWhen TNT prime was caused by other explosion (chain reaction)When TNT prime was caused by fireWhen TNT prime was caused by anEntityshooting TNT using a bow withEnchantment.ARROW_FIREenchantmentWhen redstone power triggered the TNT prime
- 
Method SummaryModifier and TypeMethodDescriptionstatic TNTPrimeEvent.PrimeReasonReturns the enum constant of this class with the specified name.static TNTPrimeEvent.PrimeReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
EXPLOSIONWhen TNT prime was caused by other explosion (chain reaction)
- 
FIREWhen TNT prime was caused by fire
- 
ITEM
- 
PROJECTILEWhen TNT prime was caused by anEntityshooting TNT using a bow withEnchantment.ARROW_FIREenchantment
- 
REDSTONEWhen redstone power triggered the TNT prime
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-