Class DropCommand
- java.lang.Object
-
- org.drools.games.adventures.model.Command
-
- org.drools.games.adventures.model.DropCommand
-
public class DropCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description DropCommand(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()-
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
-
-