Class LangManager
java.lang.Object
net.streamlinecloud.mc.common.core.manager.LangManager
This class grants access to language strings from the StreamlineCloud main module
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LangManager
public LangManager()
-
-
Method Details
-
fetch
This method fetches translations from the StreamlineCloud main module in the default language- Parameters:
keys
- A list of translation keys that are being added to the language manager
-
get
The key needs to be fetched via thefetch(String[])
function first- Parameters:
key
- The key of the translation string
-