Package | Description |
---|---|
org.drools.games.adventures.model |
Modifier and Type | Class and Description |
---|---|
class |
Character |
class |
Door |
class |
Item |
class |
Key |
class |
Room |
Modifier and Type | Method and Description |
---|---|
Thing |
UseCommand.getTarget() |
Thing |
Location.getTarget() |
Thing |
UseCommand.getThing() |
Thing |
SearchCommand.getThing() |
Thing |
PickupEvent.getThing() |
Thing |
PickupCommand.getThing() |
Thing |
Location.getThing() |
Thing |
Holding.getThing() |
Thing |
GiveEvent.getThing() |
Thing |
GiveCommand.getThing() |
Thing |
DropEvent.getThing() |
Thing |
DropCommand.getThing() |
Modifier and Type | Method and Description |
---|---|
void |
UseCommand.setTarget(Thing target) |
void |
Location.setTarget(Thing target) |
void |
UseCommand.setThing(Thing thing) |
void |
SearchCommand.setThing(Thing thing) |
void |
PickupEvent.setThing(Thing thing) |
void |
PickupCommand.setThing(Thing thing) |
void |
Location.setThing(Thing thing) |
void |
Holding.setThing(Thing thing) |
void |
GiveEvent.setThing(Thing thing) |
void |
GiveCommand.setThing(Thing thing) |
void |
DropEvent.setThing(Thing thing) |
void |
DropCommand.setThing(Thing thing) |
Constructor and 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) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.