Package org.rspeer.game.event
Class LootEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.rspeer.event.Event<T>
-
- org.rspeer.game.event.GameEvent<LootSource>
-
- org.rspeer.game.event.LootEvent
-
- All Implemented Interfaces:
Serializable
public class LootEvent extends GameEvent<LootSource>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LootEvent(LootSource source, int id, int stackSize)
Constructs a prototypical Event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Item
getItem()
-
Methods inherited from class org.rspeer.event.Event
consume, getSource, isConsumed
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
LootEvent
public LootEvent(LootSource source, int id, int stackSize)
Constructs a prototypical Event.- Parameters:
source
- The object on which the Event initially occurred.- Throws:
IllegalArgumentException
- if source is null.
-
-
Method Detail
-
getItem
public Item getItem()
-
-