Uses of Class
eu.iv4xr.framework.extensions.ltl.gameworldmodel.GWObject
Packages that use GWObject
Package
Description
Provide a class,
GameWorldModel
, that can be used as a model of a
"computer game".-
Uses of GWObject in eu.iv4xr.framework.extensions.ltl.gameworldmodel
Fields in eu.iv4xr.framework.extensions.ltl.gameworldmodel with type parameters of type GWObjectModifier and TypeFieldDescriptionGameWorldModel.alpha
GameWorldModel.alpha
GameWorldModel.GameWorldModelBase.objects
GWState.objects
The objects in the game.Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel that return GWObjectModifier and TypeMethodDescriptionstatic GWObject
static GWObject
LabRecruitsModel.mkClosedDoor(String id)
static GWObject
LabRecruitsModel.mkOpenDoor(String id)
Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel with parameters of type GWObjectModifier and TypeMethodDescriptionvoid
GWState.addObjects(GWObject... objects)
static void
LabRecruitsModel.alphaFunction(GWObject button, Set<GWObject> affectedDoors)
void
GWState.setAsCurrentLocation(GWObject e)
Method parameters in eu.iv4xr.framework.extensions.ltl.gameworldmodel with type arguments of type GWObjectModifier and TypeMethodDescriptionstatic void
LabRecruitsModel.alphaFunction(GWObject button, Set<GWObject> affectedDoors)