Class TNTPrimeEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
com.destroystokyo.paper.event.block.TNTPrimeEvent
- All Implemented Interfaces:
Cancellable
@Deprecated(forRemoval=true,
since="1.19.4")
public class TNTPrimeEvent
extends BlockEvent
implements Cancellable
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.block.BlockEvent
block
-
Constructor Summary
ConstructorDescriptionTNTPrimeEvent
(@NotNull Block theBlock, @NotNull TNTPrimeEvent.PrimeReason reason, @Nullable Entity primerEntity) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Gets the TNT primerEntity
.Deprecated, for removal: This API element is subject to removal in a future version.Gets the TNT prime reasonboolean
Deprecated, for removal: This API element is subject to removal in a future version.Gets whether spawningTNTPrimed
should be cancelled or notvoid
setCancelled
(boolean cancel) Deprecated, for removal: This API element is subject to removal in a future version.Sets whether to cancel spawningTNTPrimed
or notMethods inherited from class org.bukkit.event.block.BlockEvent
getBlock
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
Method Details
-
getReason
Deprecated, for removal: This API element is subject to removal in a future version.Gets the TNT prime reason- Returns:
- Prime reason
-
getPrimerEntity
Deprecated, for removal: This API element is subject to removal in a future version.Gets the TNT primerEntity
.It's
null
ifgetReason()
isTNTPrimeEvent.PrimeReason.REDSTONE
orTNTPrimeEvent.PrimeReason.FIRE
. It's notnull
ifgetReason()
isTNTPrimeEvent.PrimeReason.ITEM
orTNTPrimeEvent.PrimeReason.PROJECTILE
It might benull
ifgetReason()
isTNTPrimeEvent.PrimeReason.EXPLOSION
- Returns:
- The
Entity
who primed the TNT
-
isCancelled
public boolean isCancelled()Deprecated, for removal: This API element is subject to removal in a future version.Gets whether spawningTNTPrimed
should be cancelled or not- Specified by:
isCancelled
in interfaceCancellable
- Returns:
- Whether spawning
TNTPrimed
should be cancelled or not
-
setCancelled
public void setCancelled(boolean cancel) Deprecated, for removal: This API element is subject to removal in a future version.Sets whether to cancel spawningTNTPrimed
or not- Specified by:
setCancelled
in interfaceCancellable
- Parameters:
cancel
- whether spawningTNTPrimed
should be cancelled or not
-
getHandlers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getHandlers
in classEvent
-
getHandlerList
Deprecated, for removal: This API element is subject to removal in a future version.
-
TNTPrimeEvent