Uses of Enum
me.xxastaspastaxx.dimensions.customportal.CustomPortalDestroyCause
Package
Description
-
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.completePortal
Modifier and TypeMethodDescriptionboolean
CompletePortalManager.removePortal(CompletePortal completePortal, CustomPortalDestroyCause cause, org.bukkit.entity.Entity destroyer)
Unregister the complete portal -
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.customportal
Modifier and TypeMethodDescriptionstatic CustomPortalDestroyCause
Returns the enum constant of this type with the specified name.static CustomPortalDestroyCause[]
CustomPortalDestroyCause.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.events
ModifierConstructorDescriptionCustomPortalBreakEvent(CompletePortal completePortal, CustomPortalDestroyCause cause, org.bukkit.entity.Entity destroyer)
Constructor of the event -
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.listener
Modifier and TypeMethodDescriptionboolean
PortalListener.onBlockChange(org.bukkit.block.Block block, org.bukkit.entity.Entity ent, CustomPortalDestroyCause cause)