Package net.minecraft
Class class_4961
java.lang.Object
net.minecraft.class_4961
- All Implemented Interfaces:
com.mojang.authlib.ProfileLookupCallback
@Environment(SERVER)
final class class_4961
extends Object
implements com.mojang.authlib.ProfileLookupCallback
- Mappings:
Namespace Name official shintermediary net/minecraft/class_4961named net/minecraft/class_4961
-
Constructor Summary
ConstructorsConstructorDescriptionclass_4961(MinecraftServer minecraftServer, Map map, BannedPlayerList bannedPlayerList) -
Method Summary
Modifier and TypeMethodDescriptionvoidonProfileLookupFailed(com.mojang.authlib.GameProfile gameProfile, Exception exception) voidonProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile)
-
Constructor Details
-
class_4961
class_4961(MinecraftServer minecraftServer, Map map, BannedPlayerList bannedPlayerList)
-
-
Method Details
-
onProfileLookupSucceeded
public void onProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile) - Specified by:
onProfileLookupSucceededin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupSucceededLsh;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vintermediary onProfileLookupSucceededLnet/minecraft/class_4961;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)Vnamed onProfileLookupSucceededLnet/minecraft/class_4961;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
-
onProfileLookupFailed
- Specified by:
onProfileLookupFailedin interfacecom.mojang.authlib.ProfileLookupCallback- Mappings:
Namespace Name Mixin selector official onProfileLookupFailedLsh;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vintermediary onProfileLookupFailedLnet/minecraft/class_4961;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)Vnamed onProfileLookupFailedLnet/minecraft/class_4961;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
-