Package net.minecraft.server
Class OperatorEntry
java.lang.Object
net.minecraft.server.ServerConfigEntry
net.minecraft.server.OperatorEntry
- Mappings:
Namespace Name official sqintermediary net/minecraft/class_2132named net/minecraft/server/OperatorEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOperatorEntry(JsonObject jsonObject) OperatorEntry(com.mojang.authlib.GameProfile gameProfile, int int2) -
Method Summary
Modifier and TypeMethodDescriptionintprivate static com.mojang.authlib.GameProfilegetProfileFromJson(JsonObject json) protected voidserialize(JsonObject jsonObject) Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey, isInvalid
-
Field Details
-
permissionLevel
private final int permissionLevel- Mappings:
Namespace Name Mixin selector official aLsq;a:Iintermediary field_9012Lnet/minecraft/class_2132;field_9012:Inamed permissionLevelLnet/minecraft/server/OperatorEntry;permissionLevel:I
-
-
Constructor Details
-
OperatorEntry
public OperatorEntry(com.mojang.authlib.GameProfile gameProfile, int int2) -
OperatorEntry
- Mappings:
Namespace Name Mixin selector official <init>Lsq;<init>(Lcom/google/gson/JsonObject;)Vintermediary <init>Lnet/minecraft/class_2132;<init>(Lcom/google/gson/JsonObject;)Vnamed <init>Lnet/minecraft/server/OperatorEntry;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
getPermissionLevel
public int getPermissionLevel()- Mappings:
Namespace Name Mixin selector official aLsq;a()Iintermediary method_8240Lnet/minecraft/class_2132;method_8240()Inamed getPermissionLevelLnet/minecraft/server/OperatorEntry;getPermissionLevel()I
-
serialize
- Overrides:
serializein classServerConfigEntry- Mappings:
Namespace Name Mixin selector official aLsr;a(Lcom/google/gson/JsonObject;)Vintermediary method_8242Lnet/minecraft/class_2133;method_8242(Lcom/google/gson/JsonObject;)Vnamed serializeLnet/minecraft/server/ServerConfigEntry;serialize(Lcom/google/gson/JsonObject;)V
-
getProfileFromJson
- Mappings:
Namespace Name Mixin selector official bLsq;b(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;intermediary method_8241Lnet/minecraft/class_2132;method_8241(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;named getProfileFromJsonLnet/minecraft/server/OperatorEntry;getProfileFromJson(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
-