Uses of Class
org.drools.games.adventures.model.Thing
-
Packages that use Thing Package Description org.drools.games.adventures.model -
-
Uses of Thing in org.drools.games.adventures.model
Subclasses of Thing in org.drools.games.adventures.model Modifier and Type Class Description classCharacterclassDoorclassItemclassKeyclassRoomMethods in org.drools.games.adventures.model that return Thing Modifier and Type Method Description ThingLocation. getTarget()ThingUseCommand. getTarget()ThingDropCommand. getThing()ThingDropEvent. getThing()ThingGiveCommand. getThing()ThingGiveEvent. getThing()ThingHolding. getThing()ThingLocation. getThing()ThingPickupCommand. getThing()ThingPickupEvent. getThing()ThingSearchCommand. getThing()ThingUseCommand. getThing()Methods in org.drools.games.adventures.model with parameters of type Thing Modifier and Type Method Description voidLocation. setTarget(Thing target)voidUseCommand. setTarget(Thing target)voidDropCommand. setThing(Thing thing)voidDropEvent. setThing(Thing thing)voidGiveCommand. setThing(Thing thing)voidGiveEvent. setThing(Thing thing)voidHolding. setThing(Thing thing)voidLocation. setThing(Thing thing)voidPickupCommand. setThing(Thing thing)voidPickupEvent. setThing(Thing thing)voidSearchCommand. setThing(Thing thing)voidUseCommand. setThing(Thing thing)Constructors in org.drools.games.adventures.model with parameters of type Thing Constructor Description DropCommand(Character character, Thing thing)DropEvent(Character character, Thing thing)GiveCommand(Character giver, Thing thing, Character receiver)GiveEvent(Character giver, Thing thing, Character receiver)Holding(Character character, Thing thing)Location(Thing thing, Thing target)PickupCommand(Character character, Thing thing)PickupEvent(Character character, Thing thing)SearchCommand(Thing thing)UseCommand(Character character, Thing thing, Thing target)
-