Uses of Class
org.rspeer.game.adapter.definition.ObjectDefinition
-
Packages that use ObjectDefinition Package Description org.rspeer.game org.rspeer.game.adapter.scene -
-
Uses of ObjectDefinition in org.rspeer.game
Methods in org.rspeer.game that return ObjectDefinition Modifier and Type Method Description static ObjectDefinition
Definitions. getObject(int id)
Methods in org.rspeer.game that return types with arguments of type ObjectDefinition Modifier and Type Method Description static Map<Integer,ObjectDefinition>
Definitions. getObjects()
-
Uses of ObjectDefinition in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return ObjectDefinition Modifier and Type Method Description ObjectDefinition
SceneObject. getDefinition()
-