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 official all
intermediary net/minecraft/class_3326
named net/minecraft/server/OperatorList
-
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 official <init>
Lalp;<init>(Ljava/io/File;)V
intermediary <init>
Lnet/minecraft/class_3331;<init>(Ljava/io/File;)V
named <init>
Lnet/minecraft/server/ServerConfigList;<init>(Ljava/io/File;)V
-
-
Method Details
-
fromJson
- Specified by:
fromJson
in classServerConfigList<com.mojang.authlib.GameProfile,
OperatorEntry> - Mappings:
Namespace Name Mixin selector official a
Lalp;a(Lcom/google/gson/JsonObject;)Lalo;
intermediary method_14642
Lnet/minecraft/class_3331;method_14642(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_3330;
named fromJson
Lnet/minecraft/server/ServerConfigList;fromJson(Lcom/google/gson/JsonObject;)Lnet/minecraft/server/ServerConfigEntry;
-
getNames
- Overrides:
getNames
in classServerConfigList<com.mojang.authlib.GameProfile,
OperatorEntry> - Mappings:
Namespace Name Mixin selector official a
Lalp;a()[Ljava/lang/String;
intermediary method_14636
Lnet/minecraft/class_3331;method_14636()[Ljava/lang/String;
named getNames
Lnet/minecraft/server/ServerConfigList;getNames()[Ljava/lang/String;
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit(com.mojang.authlib.GameProfile profile) - Mappings:
Namespace Name Mixin selector official a
Lall;a(Lcom/mojang/authlib/GameProfile;)Z
intermediary method_14620
Lnet/minecraft/class_3326;method_14620(Lcom/mojang/authlib/GameProfile;)Z
named canBypassPlayerLimit
Lnet/minecraft/server/OperatorList;canBypassPlayerLimit(Lcom/mojang/authlib/GameProfile;)Z
-
toString
- Overrides:
toString
in classServerConfigList<com.mojang.authlib.GameProfile,
OperatorEntry> - Mappings:
Namespace Name Mixin selector official b
Lall;b(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
intermediary method_14619
Lnet/minecraft/class_3326;method_14619(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
named toString
Lnet/minecraft/server/OperatorList;toString(Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
-