public class TablistStorage
extends com.viaversion.viaversion.api.connection.StoredObject
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,TabListEntry> |
tablist |
| Constructor and Description |
|---|
TablistStorage(com.viaversion.viaversion.api.connection.UserConnection user) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendAddEntry(TabListEntry entry) |
void |
sendRemoveEntry(TabListEntry entry) |
void |
sendTempEntry(TabListEntry entry) |
public final java.util.Map<java.lang.String,TabListEntry> tablist
public TablistStorage(com.viaversion.viaversion.api.connection.UserConnection user)
public void sendTempEntry(TabListEntry entry) throws java.lang.Exception
java.lang.Exceptionpublic void sendAddEntry(TabListEntry entry) throws java.lang.Exception
java.lang.Exceptionpublic void sendRemoveEntry(TabListEntry entry) throws java.lang.Exception
java.lang.Exception