Package net.minecraft
Class class_4963
java.lang.Object
net.minecraft.class_4963
- All Implemented Interfaces:
com.mojang.authlib.ProfileLookupCallback
@Environment(SERVER)
final class class_4963
extends Object
implements com.mojang.authlib.ProfileLookupCallback
- Mappings:
Namespace Name official sjintermediary net/minecraft/class_4963named net/minecraft/class_4963
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonProfileLookupFailed(com.mojang.authlib.GameProfile gameProfile, Exception exception) voidonProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile)
-
Constructor Details
-
class_4963
class_4963(MinecraftServer minecraftServer, Whitelist whitelist)
-
-
Method Details
-
onProfileLookupSucceeded
public void onProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile) - Specified by:
onProfileLookupSucceededin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupSucceededLsj;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vintermediary onProfileLookupSucceededLnet/minecraft/class_4963;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vnamed onProfileLookupSucceededLnet/minecraft/class_4963;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
-
onProfileLookupFailed
- Specified by:
onProfileLookupFailedin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupFailedLsj;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vintermediary onProfileLookupFailedLnet/minecraft/class_4963;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vnamed onProfileLookupFailedLnet/minecraft/class_4963;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
-