Class ListingEvent
java.lang.Object
de.chojo.universalis.events.Event
de.chojo.universalis.events.listings.ListingEvent
- Direct Known Subclasses:
ListingAddEvent
,ListingRemoveEvent
Represents a listing event.
-
Constructor Summary
ConstructorsConstructorDescriptionListingEvent
(Item item, World world, List<Listing> listings) Creates a new listing event -
Method Summary
-
Constructor Details
-
ListingEvent
Creates a new listing event- Parameters:
item
- itemworld
- worldlistings
- listings
-
-
Method Details
-
listings
Listings of this event- Returns:
- unmodifiable list
-