Package net.minecraft.server
Class OperatorList
java.lang.Object
net.minecraft.server.ServerConfigList<com.mojang.authlib.GameProfile,OperatorEntry>
 
net.minecraft.server.OperatorList
- Mappings:
- Namespace - Name - named - net/minecraft/server/OperatorList- intermediary - net/minecraft/class_3326- official - ave
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanBypassPlayerLimit(com.mojang.authlib.GameProfile profile) protected ServerConfigEntry<com.mojang.authlib.GameProfile> fromJson(JsonObject json) String[]getNames()protected StringtoString(com.mojang.authlib.GameProfile gameProfile) 
- 
Constructor Details- 
OperatorList- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/ServerConfigList;<init>(Ljava/io/File;)V- intermediary - <init>- Lnet/minecraft/class_3331;<init>(Ljava/io/File;)V- official - <init>- Lavi;<init>(Ljava/io/File;)V
 
 
- 
- 
Method Details- 
fromJson- Specified by:
- fromJsonin class- ServerConfigList<com.mojang.authlib.GameProfile,- OperatorEntry> 
- Mappings:
- Namespace - Name - Mixin selector - named - fromJson- Lnet/minecraft/server/ServerConfigList;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/server/ServerConfigEntry;- intermediary - method_14642- Lnet/minecraft/class_3331;method_14642(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_3330;- official - a- Lavi;a(Lcom/google/gson/JsonObject;)Lavh;
 
- 
getNames- Overrides:
- getNamesin class- ServerConfigList<com.mojang.authlib.GameProfile,- OperatorEntry> 
- Mappings:
- Namespace - Name - Mixin selector - named - getNames- Lnet/minecraft/server/ServerConfigList;getNames()[Ljava/lang/String;- intermediary - method_14636- Lnet/minecraft/class_3331;method_14636()[Ljava/lang/String;- official - a- Lavi;a()[Ljava/lang/String;
 
- 
canBypassPlayerLimitpublic boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile profile) - Mappings:
- Namespace - Name - Mixin selector - named - canBypassPlayerLimit- Lnet/minecraft/server/OperatorList;canBypassPlayerLimit(Lcom/mojang/authlib/GameProfile;)Z- intermediary - method_14620- Lnet/minecraft/class_3326;method_14620(Lcom/mojang/authlib/GameProfile;)Z- official - a- Lave;a(Lcom/mojang/authlib/GameProfile;)Z
 
- 
toString- Overrides:
- toStringin class- ServerConfigList<com.mojang.authlib.GameProfile,- OperatorEntry> 
- Mappings:
- Namespace - Name - Mixin selector - named - toString- Lnet/minecraft/server/OperatorList;toString(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;- intermediary - method_14619- Lnet/minecraft/class_3326;method_14619(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;- official - b- Lave;b(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
 
 
-