Class SellStepLocationRemovedEvent

java.lang.Object
org.bukkit.event.Event
me.fami6xx.rpuniverse.core.api.SellStepLocationRemovedEvent

public class SellStepLocationRemovedEvent extends org.bukkit.event.Event
  • Constructor Details

    • SellStepLocationRemovedEvent

      public SellStepLocationRemovedEvent(SellStep step, org.bukkit.Location location)
  • Method Details

    • getSellStep

      public SellStep getSellStep()
    • getLocation

      public org.bukkit.Location getLocation()
    • getHandlers

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

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