Uses of Class
eu.iv4xr.framework.extensions.ltl.gameworldmodel.GameWorldModel
Package
Description
Provide a class,
GameWorldModel
, that can be used as a model of a
"computer game".-
Uses of GameWorldModel in eu.iv4xr.framework.extensions.ltl.gameworldmodel
Modifier and TypeMethodDescriptionAdd the given zones to this GameWorldModel.static GameWorldModel
LabRecruitsModel.attachLabRecruitsAlpha(GameWorldModel model)
Attach default alpha-component typical for LabRecruits models.static GameWorldModel
GameWorldModel.loadGameWorldModelFromFile(String filename)
Read saved model (in JSON) from a file, and return the corresponding GameWorldModel object.GameWorldModel.markAsBlockers(String... objectIds)
Mark the specified objects (identified by their ids) as blockers.static GameWorldModel
LabRecruitsModel.mk_ButtonDoor1Level()
GameWorldModel.registerObjectLinks(String switcherId, String... newAffectedIds)
When we register (i,o1,o2,..) we are saying that interacting with the object i will affect o1, o2, ...Modifier and TypeMethodDescriptionstatic GameWorldModel
LabRecruitsModel.attachLabRecruitsAlpha(GameWorldModel model)
Attach default alpha-component typical for LabRecruits models.