Uses of Enum Class
org.bukkit.ExplosionResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ExplosionResult in org.bukkit
Modifier and TypeMethodDescriptionstatic ExplosionResult
Returns the enum constant of this class with the specified name.static ExplosionResult[]
ExplosionResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExplosionResult in org.bukkit.event.block
Modifier and TypeMethodDescriptionBlockExplodeEvent.getExplosionResult()
Returns the result of the explosion if it is not cancelled.ModifierConstructorDescriptionBlockExplodeEvent
(@NotNull Block what, @NotNull BlockState blockState, @NotNull List<Block> blocks, float yield, @NotNull ExplosionResult result) -
Uses of ExplosionResult in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityExplodeEvent.getExplosionResult()
Returns the result of the explosion if it is not cancelled.ModifierConstructorDescriptionEntityExplodeEvent
(@NotNull Entity what, @NotNull Location location, @NotNull List<Block> blocks, float yield, @NotNull ExplosionResult result)