Class CustomPortalUseEvent

java.lang.Object
org.bukkit.event.Event
me.xxastaspastaxx.dimensions.events.CustomPortalUseEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class CustomPortalUseEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
The event beign called when a portal is being used
Author:
astas
  • Constructor Details

    • CustomPortalUseEvent

      public CustomPortalUseEvent(CompletePortal completePortal, org.bukkit.entity.Entity entity, CompletePortal destinationPortal)
      The constructor of the event
      Parameters:
      completePortal - the portal being used
      entity - the entity using the portal
      destinationPortal - the destination of the portal
  • Method Details

    • getCompletePortal

      public CompletePortal getCompletePortal()
      Get the portal being used
    • getEntity

      public org.bukkit.entity.Entity getEntity()
      Get the entity using the portal
    • setDestinationPortal

      public void setDestinationPortal(CompletePortal destinationPortal)
      Override the destination portal
      Parameters:
      destinationPortal - the new portal to teleport to
    • getDestinationPortal

      public CompletePortal getDestinationPortal()
      Get the destination portal
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • setCancelled

      public void setCancelled(boolean arg0)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable