Class AbstractChangeEntityEquipmentEvent
- java.lang.Object
- 
- org.spongepowered.api.event.impl.AbstractEvent
- 
- org.spongepowered.api.event.impl.entity.AbstractChangeEntityEquipmentEvent
 
 
- 
- All Implemented Interfaces:
- Cancellable,- ChangeEntityEquipmentEvent,- Event
 
 public abstract class AbstractChangeEntityEquipmentEvent extends AbstractEvent implements ChangeEntityEquipmentEvent 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ChangeEntityEquipmentEventChangeEntityEquipmentEvent.Break
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected Transaction<ItemStackSnapshot>transaction- 
Fields inherited from class org.spongepowered.api.event.impl.AbstractEventcurrentOrder
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractChangeEntityEquipmentEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Transaction<ItemStackSnapshot>transaction()Gets theTransactionofItemStackSnapshots for this event.- 
Methods inherited from class org.spongepowered.api.event.impl.AbstractEventinit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
 - 
Methods inherited from interface org.spongepowered.api.event.entity.ChangeEntityEquipmentEvententity, slot
 
- 
 
- 
- 
- 
Field Detail- 
transactionprotected Transaction<ItemStackSnapshot> transaction 
 
- 
 - 
Method Detail- 
transactionpublic Transaction<ItemStackSnapshot> transaction() Description copied from interface:ChangeEntityEquipmentEventGets theTransactionofItemStackSnapshots for this event.- Specified by:
- transactionin interface- ChangeEntityEquipmentEvent
- Returns:
- The transaction of the item
 
 
- 
 
-