Uses of Enum Class
org.sgrewritten.stargate.property.BlockEventType
Packages that use BlockEventType
Package
Description
-
Uses of BlockEventType in org.sgrewritten.stargate.api.event.portal
Methods in org.sgrewritten.stargate.api.event.portal that return BlockEventTypeConstructors in org.sgrewritten.stargate.api.event.portal with parameters of type BlockEventTypeModifierConstructorDescriptionStargateDestroyPortalEvent
(@NotNull Portal portal, BlockEventType cause) Instantiates a new cancellable stargate event -
Uses of BlockEventType in org.sgrewritten.stargate.property
Methods in org.sgrewritten.stargate.property that return BlockEventTypeModifier 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
Methods in org.sgrewritten.stargate.util with parameters of type BlockEventTypeModifier 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