Uses of Class
org.drools.games.adventures.model.Character
Packages that use Character
-
Uses of Character in org.drools.games.adventures
Methods in org.drools.games.adventures that return CharacterMethods in org.drools.games.adventures with parameters of type Character -
Uses of Character in org.drools.games.adventures.model
Methods in org.drools.games.adventures.model that return CharacterModifier and TypeMethodDescriptionDropCommand.getCharacter()DropEvent.getCharacter()EnterEvent.getCharacter()ExitEvent.getCharacter()Holding.getCharacter()LookCommand.getCharacter()MoveCommand.getCharacter()PickupCommand.getCharacter()PickupEvent.getCharacter()UseCommand.getCharacter()GiveCommand.getGiver()GiveEvent.getGiver()GiveCommand.getReceiver()GiveEvent.getReceiver()Methods in org.drools.games.adventures.model with parameters of type CharacterModifier and TypeMethodDescriptionvoidDropCommand.setCharacter(Character character) voidDropEvent.setCharacter(Character character) voidEnterEvent.setCharacter(Character character) voidExitEvent.setCharacter(Character character) voidHolding.setCharacter(Character character) voidLookCommand.setCharacter(Character character) voidMoveCommand.setCharacter(Character character) voidPickupCommand.setCharacter(Character character) voidPickupEvent.setCharacter(Character character) voidUseCommand.setCharacter(Character character) voidvoidvoidGiveCommand.setReceiver(Character receiver) voidGiveEvent.setReceiver(Character receiver) Constructors in org.drools.games.adventures.model with parameters of type CharacterModifierConstructorDescriptionDropCommand(Character character, Thing thing) EnterEvent(Character character, Room room) GiveCommand(Character giver, Thing thing, Character receiver) LookCommand(Character character) MoveCommand(Character character, Room room) PickupCommand(Character character, Thing thing) PickupEvent(Character character, Thing thing) UseCommand(Character character, Thing thing, Thing target)