Uses of Enum Class
org.bukkit.ExplosionResult
Packages that use ExplosionResult
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of ExplosionResult in org.bukkit
Methods in org.bukkit that return ExplosionResultModifier 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
Methods in org.bukkit.event.block that return ExplosionResultModifier and TypeMethodDescriptionBlockExplodeEvent.getExplosionResult()
Returns the result of the explosion if it is not cancelled.Constructors in org.bukkit.event.block with parameters of type ExplosionResultModifierConstructorDescriptionBlockExplodeEvent
(@NotNull Block what, @NotNull BlockState blockState, @NotNull List<Block> blocks, float yield, @NotNull ExplosionResult result) -
Uses of ExplosionResult in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return ExplosionResultModifier and TypeMethodDescriptionEntityExplodeEvent.getExplosionResult()
Returns the result of the explosion if it is not cancelled.Constructors in org.bukkit.event.entity with parameters of type ExplosionResultModifierConstructorDescriptionEntityExplodeEvent
(@NotNull Entity what, @NotNull Location location, @NotNull List<Block> blocks, float yield, @NotNull ExplosionResult result)