Class PickupEvent
- java.lang.Object
-
- org.drools.games.adventures.model.GameEvent
-
- org.drools.games.adventures.model.PickupEvent
-
public class PickupEvent extends GameEvent
-
-
Constructor Summary
Constructors Constructor Description PickupEvent(Character character, Thing thing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CharactergetCharacter()ThinggetThing()inthashCode()voidsetCharacter(Character character)voidsetThing(Thing thing)StringtoString()
-