Package net.minecraft.server
Class OperatorEntry
java.lang.Object
net.minecraft.server.ServerConfigEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.OperatorEntry
- Mappings:
- Namespace - Name - official - alm- intermediary - net/minecraft/class_3327- named - net/minecraft/server/OperatorEntry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final int
- 
Constructor SummaryConstructorsConstructorDescriptionOperatorEntry(JsonObject json) OperatorEntry(com.mojang.authlib.GameProfile profile, int permissionLevel, boolean bypassPlayerLimit) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintprivate static @Nullable com.mojang.authlib.GameProfilegetProfileFromJson(JsonObject json) protected voidwrite(JsonObject json) Methods inherited from class net.minecraft.server.ServerConfigEntrygetKey, isInvalid
- 
Field Details- 
permissionLevelprivate final int permissionLevel- Mappings:
- Namespace - Name - Mixin selector - official - a- Lalm;a:I- intermediary - field_14366- Lnet/minecraft/class_3327;field_14366:I- named - permissionLevel- Lnet/minecraft/server/OperatorEntry;permissionLevel:I
 
- 
bypassPlayerLimitprivate final boolean bypassPlayerLimit- Mappings:
- Namespace - Name - Mixin selector - official - b- Lalm;b:Z- intermediary - field_14367- Lnet/minecraft/class_3327;field_14367:Z- named - bypassPlayerLimit- Lnet/minecraft/server/OperatorEntry;bypassPlayerLimit:Z
 
 
- 
- 
Constructor Details- 
OperatorEntrypublic OperatorEntry(com.mojang.authlib.GameProfile profile, int permissionLevel, boolean bypassPlayerLimit) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lalm;<init>(Lcom/mojang/authlib/GameProfile;IZ)V- intermediary - <init>- Lnet/minecraft/class_3327;<init>(Lcom/mojang/authlib/GameProfile;IZ)V- named - <init>- Lnet/minecraft/server/OperatorEntry;<init>(Lcom/mojang/authlib/GameProfile;IZ)V
 
- 
OperatorEntry- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lalm;<init>(Lcom/google/gson/JsonObject;)V- intermediary - <init>- Lnet/minecraft/class_3327;<init>(Lcom/google/gson/JsonObject;)V- named - <init>- Lnet/minecraft/server/OperatorEntry;<init>(Lcom/google/gson/JsonObject;)V
 
 
- 
- 
Method Details- 
getPermissionLevelpublic int getPermissionLevel()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lalm;a()I- intermediary - method_14623- Lnet/minecraft/class_3327;method_14623()I- named - getPermissionLevel- Lnet/minecraft/server/OperatorEntry;getPermissionLevel()I
 
- 
canBypassPlayerLimitpublic boolean canBypassPlayerLimit()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lalm;b()Z- intermediary - method_14622- Lnet/minecraft/class_3327;method_14622()Z- named - canBypassPlayerLimit- Lnet/minecraft/server/OperatorEntry;canBypassPlayerLimit()Z
 
- 
write- Specified by:
- writein class- ServerConfigEntry<com.mojang.authlib.GameProfile>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lalo;a(Lcom/google/gson/JsonObject;)V- intermediary - method_24896- Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V- named - write- Lnet/minecraft/server/ServerConfigEntry;write(Lcom/google/gson/JsonObject;)V
 
- 
getProfileFromJson@Nullable private static @Nullable com.mojang.authlib.GameProfile getProfileFromJson(JsonObject json) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lalm;b(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;- named - getProfileFromJson- Lnet/minecraft/server/OperatorEntry;getProfileFromJson(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
 
 
-