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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canBypassPlayerLimit
(com.mojang.authlib.GameProfile profile) protected ServerConfigEntry
<com.mojang.authlib.GameProfile> fromJson
(JsonObject json) String[]
getNames()
protected String
toString
(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:
fromJson
in classServerConfigList<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:
getNames
in classServerConfigList<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;
-
canBypassPlayerLimit
public 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:
toString
in classServerConfigList<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;
-