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 egg
intermediary net/minecraft/class_5221
named net/minecraft/client/realms/util/Errable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    error(String errorMessage)
     
    void
    error(Text errorMessage)
     
  • Method Details

    • error

      void error(Text errorMessage)
      Mappings:
      Namespace Name Mixin selector
      official a Legg;a(Lss;)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(String errorMessage)
      Mappings:
      Namespace Name Mixin selector
      official a Legg;a(Ljava/lang/String;)V
      intermediary method_27453 Lnet/minecraft/class_5221;method_27453(Ljava/lang/String;)V
      named error Lnet/minecraft/client/realms/util/Errable;error(Ljava/lang/String;)V