Package net.minecraft.server
Class OperatorEntry
java.lang.Object
net.minecraft.server.ServerConfigEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.OperatorEntry
- Mappings:
Namespace Name named net/minecraft/server/OperatorEntry
intermediary net/minecraft/class_3327
official avf
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final int
-
Constructor Summary
ConstructorDescriptionOperatorEntry
(JsonObject json) OperatorEntry
(com.mojang.authlib.GameProfile profile, int permissionLevel, boolean bypassPlayerLimit) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
private static @Nullable com.mojang.authlib.GameProfile
getProfileFromJson
(JsonObject json) protected void
write
(JsonObject json) Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey, isInvalid
-
Field Details
-
permissionLevel
private final int permissionLevel- Mappings:
Namespace Name Mixin selector named permissionLevel
Lnet/minecraft/server/OperatorEntry;permissionLevel:I
intermediary field_14366
Lnet/minecraft/class_3327;field_14366:I
official a
Lavf;a:I
-
bypassPlayerLimit
private final boolean bypassPlayerLimit- Mappings:
Namespace Name Mixin selector named bypassPlayerLimit
Lnet/minecraft/server/OperatorEntry;bypassPlayerLimit:Z
intermediary field_14367
Lnet/minecraft/class_3327;field_14367:Z
official b
Lavf;b:Z
-
-
Constructor Details
-
OperatorEntry
public OperatorEntry(com.mojang.authlib.GameProfile profile, int permissionLevel, boolean bypassPlayerLimit) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/server/OperatorEntry;<init>(Lcom/mojang/authlib/GameProfile;IZ)V
intermediary <init>
Lnet/minecraft/class_3327;<init>(Lcom/mojang/authlib/GameProfile;IZ)V
official <init>
Lavf;<init>(Lcom/mojang/authlib/GameProfile;IZ)V
-
OperatorEntry
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/server/OperatorEntry;<init>(Lcom/google/gson/JsonObject;)V
intermediary <init>
Lnet/minecraft/class_3327;<init>(Lcom/google/gson/JsonObject;)V
official <init>
Lavf;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
getPermissionLevel
public int getPermissionLevel()- Mappings:
Namespace Name Mixin selector named getPermissionLevel
Lnet/minecraft/server/OperatorEntry;getPermissionLevel()I
intermediary method_14623
Lnet/minecraft/class_3327;method_14623()I
official a
Lavf;a()I
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit()- Mappings:
Namespace Name Mixin selector named canBypassPlayerLimit
Lnet/minecraft/server/OperatorEntry;canBypassPlayerLimit()Z
intermediary method_14622
Lnet/minecraft/class_3327;method_14622()Z
official b
Lavf;b()Z
-
write
- Specified by:
write
in classServerConfigEntry<com.mojang.authlib.GameProfile>
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/server/ServerConfigEntry;write(Lcom/google/gson/JsonObject;)V
intermediary method_24896
Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V
official a
Lavh;a(Lcom/google/gson/JsonObject;)V
-
getProfileFromJson
@Nullable private static @Nullable com.mojang.authlib.GameProfile getProfileFromJson(JsonObject json) - Mappings:
Namespace Name Mixin selector named getProfileFromJson
Lnet/minecraft/server/OperatorEntry;getProfileFromJson(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
intermediary method_14621
Lnet/minecraft/class_3327;method_14621(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
official b
Lavf;b(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
-