Uses of Class
org.drools.games.adventures.model.Character
-
Packages that use Character Package Description org.drools.games.adventures org.drools.games.adventures.model -
-
Uses of Character in org.drools.games.adventures
Methods in org.drools.games.adventures that return Character Modifier and Type Method Description CharacterUserSession. getCharacter()Methods in org.drools.games.adventures with parameters of type Character Modifier and Type Method Description voidUserSession. setCharacter(Character character) -
Uses of Character in org.drools.games.adventures.model
Methods in org.drools.games.adventures.model that return Character Modifier and Type Method Description CharacterDropCommand. getCharacter()CharacterDropEvent. getCharacter()CharacterEnterEvent. getCharacter()CharacterExitEvent. getCharacter()CharacterHolding. getCharacter()CharacterLookCommand. getCharacter()CharacterMoveCommand. getCharacter()CharacterPickupCommand. getCharacter()CharacterPickupEvent. getCharacter()CharacterUseCommand. getCharacter()CharacterGiveCommand. getGiver()CharacterGiveEvent. getGiver()CharacterGiveCommand. getReceiver()CharacterGiveEvent. getReceiver()Methods in org.drools.games.adventures.model with parameters of type Character Modifier and Type Method Description voidDropCommand. 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)voidGiveCommand. setGiver(Character giver)voidGiveEvent. setGiver(Character giver)voidGiveCommand. setReceiver(Character receiver)voidGiveEvent. setReceiver(Character receiver)Constructors in org.drools.games.adventures.model with parameters of type Character Constructor Description DropCommand(Character character, Thing thing)DropEvent(Character character, Thing thing)EnterEvent(Character character, Room room)ExitEvent(Character character, Room room)GiveCommand(Character giver, Thing thing, Character receiver)GiveEvent(Character giver, Thing thing, Character receiver)Holding(Character character, Thing thing)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)
-