Class ListingAddEvent
java.lang.Object
de.chojo.universalis.events.Event
de.chojo.universalis.events.listings.ListingEvent
de.chojo.universalis.events.listings.impl.ListingAddEvent
Contains all reported listings.
These will be all reported listings even if these were reported before.
Eventually a ListingRemoveEvent
event will be called beforehand removing all current listings.
-
Constructor Summary
ConstructorsConstructorDescriptionListingAddEvent
(Item item, World world, List<Listing> listings) Create a new listing add event -
Method Summary
Methods inherited from class de.chojo.universalis.events.listings.ListingEvent
listings
-
Constructor Details
-
ListingAddEvent
Create a new listing add event- Parameters:
item
- itemworld
- worldlistings
- listings
-