Package net.minecraft
Class class_4958
java.lang.Object
net.minecraft.class_4958
- All Implemented Interfaces:
com.mojang.authlib.ProfileLookupCallback
- Mappings:
Namespace Name official rzintermediary net/minecraft/class_4958named net/minecraft/class_4958
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonProfileLookupFailed(com.mojang.authlib.GameProfile gameProfile, Exception exception) voidonProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile)
-
Constructor Details
-
class_4958
class_4958(com.mojang.authlib.GameProfile[] gameProfile)
-
-
Method Details
-
onProfileLookupSucceeded
public void onProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile) - Specified by:
onProfileLookupSucceededin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupSucceededLrz;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vintermediary onProfileLookupSucceededLnet/minecraft/class_4958;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vnamed onProfileLookupSucceededLnet/minecraft/class_4958;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
-
onProfileLookupFailed
- Specified by:
onProfileLookupFailedin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupFailedLrz;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vintermediary onProfileLookupFailedLnet/minecraft/class_4958;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vnamed onProfileLookupFailedLnet/minecraft/class_4958;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
-