Class CustomPortalIgniteEvent

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

public class CustomPortalIgniteEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
Event called when a portal is being ignited
  • Constructor Details

    • CustomPortalIgniteEvent

      public CustomPortalIgniteEvent(CompletePortal completePortal, CustomPortalIgniteCause cause, org.bukkit.entity.Entity entity, org.bukkit.inventory.ItemStack item)
      Constructor of the event
      Parameters:
      completePortal - portal being ignited
      cause - the cause igniting the portal
      entity - the entity causing the ignite
      item - the item used to ignite
  • Method Details

    • getCompletePortal

      public CompletePortal getCompletePortal()
      Get the portal being ignited
    • replaceCompletePortal

      public void replaceCompletePortal(CompletePortal newPortal)
      Replace the portal being ignited with a new portal instance
      Parameters:
      newPortal - instance of the new portal
    • getCause

      public CustomPortalIgniteCause getCause()
      The cause igniting the portal
    • getEntity

      public org.bukkit.entity.Entity getEntity()
      The entity igniting the portal
      Returns:
      null if no entity was involved
    • getLighter

      public org.bukkit.inventory.ItemStack getLighter()
      The item used to ignite the portal
      Returns:
      null if no item was involved
    • 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