Class ListingEvent

java.lang.Object
de.chojo.universalis.events.Event
de.chojo.universalis.events.listings.ListingEvent
Direct Known Subclasses:
ListingAddEvent, ListingRemoveEvent

public abstract class ListingEvent extends Event
Represents a listing event.
  • Constructor Details

    • ListingEvent

      public ListingEvent(Item item, World world, List<Listing> listings)
      Creates a new listing event
      Parameters:
      item - item
      world - world
      listings - listings
  • Method Details

    • listings

      public List<Listing> listings()
      Listings of this event
      Returns:
      unmodifiable list