Uses of Interface
com.codingame.gameengine.core.Module
Packages that use Module
Package
Description
-
Uses of Module in com.codingame.gameengine.core
Methods in com.codingame.gameengine.core with parameters of type ModuleModifier and TypeMethodDescriptionvoid
GameManager.registerModule
(Module module) Register a module to the gameManager. -
Uses of Module in com.codingame.gameengine.module.camera
Classes in com.codingame.gameengine.module.camera that implement ModuleModifier and TypeClassDescriptionclass
The CameraModule allow you to have a dynamic camera following a set of objects -
Uses of Module in com.codingame.gameengine.module.endscreen
Classes in com.codingame.gameengine.module.endscreen that implement ModuleModifier and TypeClassDescriptionclass
The EndScreen takes care of displaying and animating an end screen with the scores of the players at the end of the game. -
Uses of Module in com.codingame.gameengine.module.entities
Classes in com.codingame.gameengine.module.entities that implement ModuleModifier and TypeClassDescriptionclass
The GraphicEntityModule takes care of displaying and animating graphical entities on the replay of the game. -
Uses of Module in com.codingame.gameengine.module.toggle
Classes in com.codingame.gameengine.module.toggle that implement Module -
Uses of Module in com.codingame.gameengine.module.tooltip
Classes in com.codingame.gameengine.module.tooltip that implement ModuleModifier and TypeClassDescriptionclass
The TooltipModule takes care of displaying tooltips under the mouse cursor when an element has a linked tooltip text. -
Uses of Module in com.codingame.gameengine.module.viewport
Classes in com.codingame.gameengine.module.viewport that implement ModuleModifier and TypeClassDescriptionclass
The ViewportModule allows you to create a zoomable/draggable container.