ItemToss
Link to itemtoss
The ItemToss Event is fired whenever an Item is being tossed from a player's inventory.
Canceling this event will prevent the item from entering the world, thus causing the item to be deleted.
Event Class
Link to event-class
You will need to cast the event in the function header as this class:
crafttweaker.event.ItemTossEvent
You can, of course, also import the class before and use that name then.
Event interface extensions
Link to event-interface-extensions
PlayerDeathDrops Events implement the following interfaces and are able to call all of their methods/getters/setters as well:
ZenGetter/ZenSetter
Link to zengetterzensetter
ZenGetter | Tipo |
---|---|
ZenGetter item | Tipo IEntityItem |
ZenGetter player | Tipo IPlayer |