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