public class UserListOpsEntry extends UserListEntry<com.mojang.authlib.GameProfile>
| Constructor and Description |
|---|
UserListOpsEntry(com.mojang.authlib.GameProfile player,
int permissionLevelIn,
boolean bypassesPlayerLimitIn) |
UserListOpsEntry(com.google.gson.JsonObject p_i1150_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bypassesPlayerLimit() |
int |
getPermissionLevel() |
protected void |
onSerialization(com.google.gson.JsonObject data) |
public UserListOpsEntry(com.mojang.authlib.GameProfile player,
int permissionLevelIn,
boolean bypassesPlayerLimitIn)
public UserListOpsEntry(com.google.gson.JsonObject p_i1150_1_)
public int getPermissionLevel()
public boolean bypassesPlayerLimit()
protected void onSerialization(com.google.gson.JsonObject data)
onSerialization in class UserListEntry<com.mojang.authlib.GameProfile>