public class Language extends Object
| Modifier and Type | Field and Description |
|---|---|
private cn.nukkit.utils.Config |
config |
| Constructor and Description |
|---|
Language(cn.nukkit.utils.Config config) |
Language(File file) |
Language(File file,
int type) |
| Modifier and Type | Method and Description |
|---|---|
String |
translateString(String key) |
String |
translateString(String key,
Object... params) |
void |
update(cn.nukkit.utils.Config newConfig) |
void |
update(File newFile) |
void |
update(File newFile,
int type) |
Copyright © 2022. All rights reserved.