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.ChangeEntityEquipmentEvent
ChangeEntityEquipmentEvent.Break -
Field Summary
FieldsFields inherited from class org.spongepowered.api.event.impl.AbstractEvent
currentOrder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spongepowered.api.event.impl.AbstractEvent
initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelledMethods inherited from interface org.spongepowered.api.event.entity.ChangeEntityEquipmentEvent
entity, slot
-
Field Details
-
transaction
-
-
Constructor Details
-
AbstractChangeEntityEquipmentEvent
public AbstractChangeEntityEquipmentEvent()
-
-
Method Details
-
transaction
Description copied from interface:ChangeEntityEquipmentEventGets theTransactionofItemStackSnapshots for this event.- Specified by:
transactionin interfaceChangeEntityEquipmentEvent- Returns:
- The transaction of the item
-