Package net.minecraft.server
Class WhitelistEntry
java.lang.Object
net.minecraft.server.ServerConfigEntry
net.minecraft.server.WhitelistEntry
- Mappings:
Namespace Name official syintermediary net/minecraft/class_2140named net/minecraft/server/WhitelistEntry
-
Constructor Summary
ConstructorsConstructorDescriptionWhitelistEntry(JsonObject jsonObject) WhitelistEntry(com.mojang.authlib.GameProfile profile) -
Method Summary
Modifier and TypeMethodDescriptionprivate static com.mojang.authlib.GameProfiledeserializeProfile(JsonObject json) protected voidserialize(JsonObject jsonObject) 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>Lsy;<init>(Lcom/mojang/authlib/GameProfile;)Vintermediary <init>Lnet/minecraft/class_2140;<init>(Lcom/mojang/authlib/GameProfile;)Vnamed <init>Lnet/minecraft/server/WhitelistEntry;<init>(Lcom/mojang/authlib/GameProfile;)V
-
WhitelistEntry
- Mappings:
Namespace Name Mixin selector official <init>Lsy;<init>(Lcom/google/gson/JsonObject;)Vintermediary <init>Lnet/minecraft/class_2140;<init>(Lcom/google/gson/JsonObject;)Vnamed <init>Lnet/minecraft/server/WhitelistEntry;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
serialize
- Overrides:
serializein classServerConfigEntry- Mappings:
Namespace Name Mixin selector official aLsr;a(Lcom/google/gson/JsonObject;)Vintermediary method_8242Lnet/minecraft/class_2133;method_8242(Lcom/google/gson/JsonObject;)Vnamed serializeLnet/minecraft/server/ServerConfigEntry;serialize(Lcom/google/gson/JsonObject;)V
-
deserializeProfile
- Mappings:
Namespace Name Mixin selector official bLsy;b(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;intermediary method_8268Lnet/minecraft/class_2140;method_8268(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;named deserializeProfileLnet/minecraft/server/WhitelistEntry;deserializeProfile(Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;
-