Interface LobbyModuleGameModeSettingsView
-
public interface LobbyModuleGameModeSettingsView
Modules implementing this interface are able to display game mode settings in the lobby. LobbyModuleGameModeSettingsViews will automatically be discovered, so you don't need to register them explicitely.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
renderLobbyGameModeView(List<RenderingBo> renderingBo, MutableCoordI2 offset, CoordI2 absolutePosition, CoordI2 dimension, boolean enable)
-
-
-
Method Detail
-
renderLobbyGameModeView
void renderLobbyGameModeView(List<RenderingBo> renderingBo, MutableCoordI2 offset, CoordI2 absolutePosition, CoordI2 dimension, boolean enable)
-
-