public class OpEntry extends UserListEntry<com.mojang.authlib.GameProfile>
| コンストラクタと説明 |
|---|
OpEntry(com.mojang.authlib.GameProfile player,
int permissionLevelIn,
boolean bypassesPlayerLimitIn) |
OpEntry(com.google.gson.JsonObject p_i1150_1_) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
bypassesPlayerLimit() |
int |
getPermissionLevel()
Gets the permission level of the user, as defined in the "level" attribute of the ops.json file
|
protected void |
onSerialization(com.google.gson.JsonObject data) |
public OpEntry(com.mojang.authlib.GameProfile player,
int permissionLevelIn,
boolean bypassesPlayerLimitIn)
public OpEntry(com.google.gson.JsonObject p_i1150_1_)
public int getPermissionLevel()
public boolean bypassesPlayerLimit()
protected void onSerialization(com.google.gson.JsonObject data)
onSerialization クラス内 UserListEntry<com.mojang.authlib.GameProfile>