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.alphaGameWorldModel.alphaGameWorldModel.GameWorldModelBase.objectsGWState.objectsThe objects in the game.Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel that return GWObjectModifier and TypeMethodDescriptionstatic GWObjectstatic GWObjectLabRecruitsModel.mkClosedDoor(String id)static GWObjectLabRecruitsModel.mkOpenDoor(String id)Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel with parameters of type GWObjectModifier and TypeMethodDescriptionvoidGWState.addObjects(GWObject... objects)static voidLabRecruitsModel.alphaFunction(GWObject button, Set<GWObject> affectedDoors)voidGWState.setAsCurrentLocation(GWObject e)Method parameters in eu.iv4xr.framework.extensions.ltl.gameworldmodel with type arguments of type GWObjectModifier and TypeMethodDescriptionstatic voidLabRecruitsModel.alphaFunction(GWObject button, Set<GWObject> affectedDoors)