Package net.minecraft.server
Class WhitelistEntry
java.lang.Object
net.minecraft.server.ServerConfigEntry<com.mojang.authlib.GameProfile>
net.minecraft.server.WhitelistEntry
public class WhitelistEntry extends ServerConfigEntry<com.mojang.authlib.GameProfile>
- Mappings:
Namespace Name official ads
intermediary net/minecraft/class_3340
named net/minecraft/server/WhitelistEntry
-
Constructor Summary
Constructors Constructor Description WhitelistEntry(JsonObject json)
WhitelistEntry(com.mojang.authlib.GameProfile profile)
-
Method Summary
Modifier and Type Method Description protected void
fromJson(JsonObject json)
private static com.mojang.authlib.GameProfile
profileFromJson(JsonObject json)
Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey, isInvalid
-
Constructor Details
-
WhitelistEntry
public WhitelistEntry(com.mojang.authlib.GameProfile profile)- Mappings:
Namespace Name Mixin selector official <init>
Lads;<init>(Lcom/mojang/authlib/GameProfile;)V
intermediary <init>
Lnet/minecraft/class_3340;<init>(Lcom/mojang/authlib/GameProfile;)V
named <init>
Lnet/minecraft/server/WhitelistEntry;<init>(Lcom/mojang/authlib/GameProfile;)V
-
WhitelistEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lads;<init>(Lcom/google/gson/JsonObject;)V
intermediary <init>
Lnet/minecraft/class_3340;<init>(Lcom/google/gson/JsonObject;)V
named <init>
Lnet/minecraft/server/WhitelistEntry;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
fromJson
- Specified by:
fromJson
in classServerConfigEntry<com.mojang.authlib.GameProfile>
- Mappings:
Namespace Name Mixin selector official a
Ladn;a(Lcom/google/gson/JsonObject;)V
intermediary method_24896
Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V
named fromJson
Lnet/minecraft/server/ServerConfigEntry;fromJson(Lcom/google/gson/JsonObject;)V
-
profileFromJson
- Mappings:
Namespace Name Mixin selector official b
Lads;b(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
intermediary method_14656
Lnet/minecraft/class_3340;method_14656(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
named profileFromJson
Lnet/minecraft/server/WhitelistEntry;profileFromJson(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
-