Uses of Class
eu.iv4xr.framework.extensions.ltl.gameworldmodel.GameWorldModel
Packages that use 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
Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel that return GameWorldModelModifier and TypeMethodDescriptionAdd the given zones to this GameWorldModel.static GameWorldModelLabRecruitsModel.attachLabRecruitsAlpha(GameWorldModel model)Attach default alpha-component typical for LabRecruits models.static GameWorldModelGameWorldModel.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 GameWorldModelLabRecruitsModel.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, ...Methods in eu.iv4xr.framework.extensions.ltl.gameworldmodel with parameters of type GameWorldModelModifier and TypeMethodDescriptionstatic GameWorldModelLabRecruitsModel.attachLabRecruitsAlpha(GameWorldModel model)Attach default alpha-component typical for LabRecruits models.