Class UseCommand
- java.lang.Object
-
- org.drools.games.adventures.model.Command
-
- org.drools.games.adventures.model.UseCommand
-
public class UseCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description UseCommand(Character character, Thing thing, Thing target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CharactergetCharacter()ThinggetTarget()ThinggetThing()inthashCode()voidsetCharacter(Character character)voidsetTarget(Thing target)voidsetThing(Thing thing)StringtoString()-
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
-
-