public class UserList<K, V extends UserListEntry<K>>
| mt | |
| net.minecraft.server.management.UserList |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| protected static final org.apache.logging.log4j.Logger |
| ||||
| protected final com.google.gson.Gson |
| ||||
| private final File |
| ||||
| private final Map<String, V> |
| ||||
| private boolean |
| ||||
| private static final ParameterizedType |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (File arg0) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public boolean |
| ||||
| public void |
| ||||
| public File |
| ||||
| public void |
| ||||
| public V |
| ||||
| public void |
| ||||
| public String[] |
| ||||
| public boolean |
| ||||
| protected String |
| ||||
| protected boolean |
| ||||
| private void |
| ||||
| protected UserListEntry<K> |
| ||||
| protected Map<String, V> |
| ||||
| public void |
| ||||
| public void |
|