Package net.minecraft.server.management
Class OpEntry
- java.lang.Object
-
- net.minecraft.server.management.UserListEntry<com.mojang.authlib.GameProfile>
-
- net.minecraft.server.management.OpEntry
-
public class OpEntry extends UserListEntry<com.mojang.authlib.GameProfile>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
bypassesPlayerLimit
private int
level
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static com.mojang.authlib.GameProfile
createGameProfile(com.google.gson.JsonObject p_152643_0_)
boolean
getBypassesPlayerLimit()
int
getLevel()
protected void
serialize(com.google.gson.JsonObject p_152641_1_)
-
Methods inherited from class net.minecraft.server.management.UserListEntry
getUser, hasExpired
-
-
-
-
Method Detail
-
getLevel
public int getLevel()
-
getBypassesPlayerLimit
public boolean getBypassesPlayerLimit()
-
serialize
protected void serialize(com.google.gson.JsonObject p_152641_1_)
- Specified by:
serialize
in classUserListEntry<com.mojang.authlib.GameProfile>
-
createGameProfile
private static com.mojang.authlib.GameProfile createGameProfile(com.google.gson.JsonObject p_152643_0_)
-
-