public class UserListOpsEntry extends UserListEntry<GameProfile>
| Constructor and Description |
|---|
UserListOpsEntry(GameProfile p_i46492_1_,
int p_i46492_2_,
boolean p_i46492_3_) |
UserListOpsEntry(JsonObject p_i1150_1_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
func_183024_b() |
int |
getPermissionLevel()
Gets the permission level of the user, as defined in the "level" attribute of the ops.json file
|
protected void |
onSerialization(JsonObject data) |
public UserListOpsEntry(GameProfile p_i46492_1_,
int p_i46492_2_,
boolean p_i46492_3_)
public UserListOpsEntry(JsonObject p_i1150_1_)
public int getPermissionLevel()
public boolean func_183024_b()
protected void onSerialization(JsonObject data)
onSerialization in class UserListEntry<GameProfile>