Uses of Class
rekit.logic.GameModel
Packages that use GameModel
-
Uses of GameModel in rekit.logic
Methods in rekit.logic that return types with arguments of type GameModelModifier and TypeMethodDescriptionGameModel.getTestSceneConstructor()Model.getTestSceneConstructor()Get the special testscene's constructor.Methods in rekit.logic with parameters of type GameModelModifier and TypeMethodDescriptionMethod parameters in rekit.logic with type arguments of type GameModelModifier and TypeMethodDescriptionvoidGameModel.registerTestScene(Function<GameModel, ILevelScene> constructor) voidModel.registerTestScene(Function<GameModel, ILevelScene> constructor) Register a special testscene for debugging.voidGameModel.switchScene(Function<GameModel, ILevelScene> constructor) Switch to scene with default parameters. -
Uses of GameModel in rekit.logic.scene
Methods in rekit.logic.scene with parameters of type GameModelModifier and TypeMethodDescriptionScenes.getNewScene(GameModel model, String... options) Get a new scene of a type.Constructors in rekit.logic.scene with parameters of type GameModel