Package org.rspeer.game.event
Class InventoryEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionInventoryEvent
(int key, int index, IntPair current, IntPair next) Constructs a prototypical Event. -
Method Summary
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumed
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
InventoryEvent
Constructs a prototypical Event.- Parameters:
key
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Details
-
getKey
public int getKey() -
getIndex
public int getIndex() -
getCurrent
-
getNext
-
getType
-