Uses of Class
org.rspeer.game.provider.model.CachedModel
-
Packages that use CachedModel Package Description jag.game.scene.entity org.rspeer.game.adapter.scene -
-
Uses of CachedModel in jag.game.scene.entity
Methods in jag.game.scene.entity that return CachedModel Modifier and Type Method Description CachedModel
RSEntity. getCachedModel()
default CachedModel
RSSceneObject. getCachedModel()
Methods in jag.game.scene.entity with parameters of type CachedModel Modifier and Type Method Description void
RSEntity. setCachedModel(CachedModel cachedModel)
-
Uses of CachedModel in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return CachedModel Modifier and Type Method Description CachedModel
Entity. getModel()
CachedModel
PathingEntity. getModel()
-