Interface Errable

All Known Implementing Classes:
CloseServerTask, DownloadTask, LongRunningTask, OpenServerTask, RealmsConnectTask, RealmsGetServerDetailsTask, RealmsLongRunningMcoTaskScreen, ResettingNormalWorldTask, ResettingWorldTask, ResettingWorldTemplateTask, RestoreTask, SwitchMinigameTask, SwitchSlotTask, WorldCreationTask

@Environment(CLIENT) public interface Errable
Mappings:
Namespace Name
official enm
intermediary net/minecraft/class_5221
named net/minecraft/client/realms/util/Errable
  • Method Details

    • error

      void error(Text errorMessage)
      Mappings:
      Namespace Name Mixin selector
      official a Lenm;a(Ltf;)V
      intermediary method_21067 Lnet/minecraft/class_5221;method_21067(Lnet/minecraft/class_2561;)V
      named error Lnet/minecraft/client/realms/util/Errable;error(Lnet/minecraft/text/Text;)V
    • error

      default void error(Exception exception)
      Mappings:
      Namespace Name Mixin selector
      official a Lenm;a(Ljava/lang/Exception;)V
      intermediary method_52663 Lnet/minecraft/class_5221;method_52663(Ljava/lang/Exception;)V
      named error Lnet/minecraft/client/realms/util/Errable;error(Ljava/lang/Exception;)V
    • error

      default void error(RealmsServiceException exception)
      Mappings:
      Namespace Name Mixin selector
      official a Lenm;a(Lenj;)V
      intermediary method_52662 Lnet/minecraft/class_5221;method_52662(Lnet/minecraft/class_4355;)V
      named error Lnet/minecraft/client/realms/util/Errable;error(Lnet/minecraft/client/realms/exception/RealmsServiceException;)V