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 sj
intermediary net/minecraft/class_4963
named net/minecraft/class_4963
  • Constructor Details

  • Method Details

    • onProfileLookupSucceeded

      public void onProfileLookupSucceeded(com.mojang.authlib.GameProfile gameProfile)
      Specified by:
      onProfileLookupSucceeded in interface com.mojang.authlib.ProfileLookupCallback
      Mappings:
      Namespace Name Mixin selector
      official onProfileLookupSucceeded Lsj;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
      intermediary onProfileLookupSucceeded Lnet/minecraft/class_4963;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
      named onProfileLookupSucceeded Lnet/minecraft/class_4963;onProfileLookupSucceeded(Lcom/mojang/authlib/GameProfile;)V
    • onProfileLookupFailed

      public void onProfileLookupFailed(com.mojang.authlib.GameProfile gameProfile, Exception exception)
      Specified by:
      onProfileLookupFailed in interface com.mojang.authlib.ProfileLookupCallback
      Mappings:
      Namespace Name Mixin selector
      official onProfileLookupFailed Lsj;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
      intermediary onProfileLookupFailed Lnet/minecraft/class_4963;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V
      named onProfileLookupFailed Lnet/minecraft/class_4963;onProfileLookupFailed(Lcom/mojang/authlib/GameProfile;Ljava/lang/Exception;)V