net.minecraftforge.event.entity.item
Class ItemEvent
java.lang.Object
net.minecraftforge.event.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.item.ItemEvent
- Direct Known Subclasses:
- ItemExpireEvent, ItemTossEvent
public class ItemEvent
- extends EntityEvent
Base class for all EntityItem events. Contains a reference to the
EntityItem of interest. For most EntityItem events, there's little to no
additional useful data from the firing method that isn't already contained
within the EntityItem instance.
| Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
Event.Result |
entityItem
public final EntityItem entityItem
- The relevant EntityItem for this event, already cast for you.
ItemEvent
public ItemEvent(EntityItem itemEntity)
- Creates a new event for an EntityItem.
- Parameters:
itemEntity - The EntityItem for this event