Uses of Enum
me.xxastaspastaxx.dimensions.customportal.CustomPortalDestroyCause
Packages that use CustomPortalDestroyCause
Package
Description
-
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.completePortal
Methods in me.xxastaspastaxx.dimensions.completePortal with parameters of type CustomPortalDestroyCauseModifier 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
Methods in me.xxastaspastaxx.dimensions.customportal that return CustomPortalDestroyCauseModifier 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
Methods in me.xxastaspastaxx.dimensions.events that return CustomPortalDestroyCauseConstructors in me.xxastaspastaxx.dimensions.events with parameters of type CustomPortalDestroyCauseModifierConstructorDescriptionCustomPortalBreakEvent(CompletePortal completePortal, CustomPortalDestroyCause cause, org.bukkit.entity.Entity destroyer)
Constructor of the event -
Uses of CustomPortalDestroyCause in me.xxastaspastaxx.dimensions.listener
Methods in me.xxastaspastaxx.dimensions.listener with parameters of type CustomPortalDestroyCauseModifier and TypeMethodDescriptionboolean
PortalListener.onBlockChange(org.bukkit.block.Block block, org.bukkit.entity.Entity ent, CustomPortalDestroyCause cause)