Uses of Enum Class
org.sgrewritten.stargate.property.BlockEventType
Package
Description
-
Uses of BlockEventType in org.sgrewritten.stargate.api.event.portal
ModifierConstructorDescriptionStargateDestroyPortalEvent
(@NotNull Portal portal, BlockEventType cause) Instantiates a new cancellable stargate event -
Uses of BlockEventType in org.sgrewritten.stargate.property
Modifier and TypeMethodDescriptionstatic BlockEventType
Returns the enum constant of this class with the specified name.static BlockEventType[]
BlockEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlockEventType in org.sgrewritten.stargate.util
Modifier and TypeMethodDescriptionstatic boolean
BlockEventHelper.onAnyBlockChangeEvent
(org.bukkit.event.Cancellable event, BlockEventType type, org.bukkit.Location location, StargateAPI stargateAPI) Does event handling for any event that changes one blockstatic void
BlockEventHelper.onAnyMultiBlockChangeEvent
(org.bukkit.event.Cancellable event, BlockEventType type, List<org.bukkit.block.Block> blocks, StargateAPI stargateAPI) Does event handling for any event that changes multiple block