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 SummaryNested classes/interfaces inherited from interface org.spongepowered.api.event.entity.ChangeEntityEquipmentEventChangeEntityEquipmentEvent.Break
- 
Field SummaryFieldsFields inherited from class org.spongepowered.api.event.impl.AbstractEventcurrentOrder
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.spongepowered.api.event.impl.AbstractEventinitMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelledMethods inherited from interface org.spongepowered.api.event.entity.ChangeEntityEquipmentEvententity, slot
- 
Field Details- 
transaction
 
- 
- 
Constructor Details- 
AbstractChangeEntityEquipmentEventpublic AbstractChangeEntityEquipmentEvent()
 
- 
- 
Method Details- 
transactionDescription copied from interface:ChangeEntityEquipmentEventGets theTransactionofItemStackSnapshots for this event.- Specified by:
- transactionin interface- ChangeEntityEquipmentEvent
- Returns:
- The transaction of the item
 
 
-