Package com.prineside.tdi2.managers
Class ModifierManager
java.lang.Object
com.prineside.tdi2.Manager.ManagerAdapter
com.prineside.tdi2.managers.ModifierManager
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Manager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from interface com.prineside.tdi2.Manager
Manager.ManagerAdapter, Manager.ManagerWithListeners<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(com.badlogic.gdx.utils.JsonValue jsonValue) getCountGameValue
(ModifierType modifierType) getDescriptionAlias
(ModifierType modifierType) Modifier.Factory<? extends Modifier>
getFactory
(ModifierType modifierType) getTitleAlias
(ModifierType modifierType) void
setup()
Вызывается, когда объекты всех менеджеров созданы и можно к ним обращатьсяMethods inherited from class com.prineside.tdi2.Manager.ManagerAdapter
clearPools, dispose, postRender, preRender, test
-
Field Details
-
F
-
-
Constructor Details
-
ModifierManager
public ModifierManager()
-
-
Method Details
-
setup
public void setup()Description copied from interface:Manager
Вызывается, когда объекты всех менеджеров созданы и можно к ним обращаться- Specified by:
setup
in interfaceManager
- Overrides:
setup
in classManager.ManagerAdapter
-
getFactory
-
getTitleAlias
-
getDescriptionAlias
-
getCountGameValue
-
fromJson
-