Class LookCommand
- java.lang.Object
-
- org.drools.games.adventures.model.Command
-
- org.drools.games.adventures.model.LookCommand
-
public class LookCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description LookCommand(Character character)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)CharactergetCharacter()inthashCode()voidsetCharacter(Character character)-
Methods inherited from class org.drools.games.adventures.model.Command
getSession, setSession
-
-
-
-
Constructor Detail
-
LookCommand
public LookCommand(Character character)
-
-