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