Class ListingRemoveEvent
java.lang.Object
de.chojo.universalis.events.Event
de.chojo.universalis.events.listings.ListingEvent
de.chojo.universalis.events.listings.impl.ListingRemoveEvent
Called when listings get removed. This usually happens when a listing gets updated and before a
ListingAddEvent
event is called.
This event is ideally identical in content to the previous ListingAddEvent
event.
-
Constructor Summary
ConstructorsConstructorDescriptionListingRemoveEvent
(Item item, World world, List<Listing> listings) Create a new listing remove event -
Method Summary
Methods inherited from class de.chojo.universalis.events.listings.ListingEvent
listings
-
Constructor Details
-
ListingRemoveEvent
Create a new listing remove event- Parameters:
item
- itemworld
- worldlistings
- listings
-