Class SellStepLocationAddedEvent

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

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

    • SellStepLocationAddedEvent

      public SellStepLocationAddedEvent(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()