Interface LoadingDisplay

All Known Implementing Classes:
MinecraftServer.WorldConversionProgress, ProgressRenderer

public interface LoadingDisplay
Mappings:
Namespace Name
intermediary net/minecraft/class_62
glue class_595
server pj
client yb
named net/minecraft/client/gui/screen/LoadingDisplay
  • Method Details

    • progressStartNoAbort

      void progressStartNoAbort(String title)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1795 Lnet/minecraft/class_62;method_1795(Ljava/lang/String;)V
      glue method_207 Lclass_595;method_207(Ljava/lang/String;)V
      server a Lpj;a(Ljava/lang/String;)V
      client b Lyb;b(Ljava/lang/String;)V
      named progressStartNoAbort Lnet/minecraft/client/gui/screen/LoadingDisplay;progressStartNoAbort(Ljava/lang/String;)V
    • progressStage

      void progressStage(String stage)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1796 Lnet/minecraft/class_62;method_1796(Ljava/lang/String;)V
      glue method_208 Lclass_595;method_208(Ljava/lang/String;)V
      server b Lpj;b(Ljava/lang/String;)V
      client d Lyb;d(Ljava/lang/String;)V
      named progressStage Lnet/minecraft/client/gui/screen/LoadingDisplay;progressStage(Ljava/lang/String;)V
    • progressStagePercentage

      void progressStagePercentage(int percentage)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1794 Lnet/minecraft/class_62;method_1794(I)V
      glue method_206 Lclass_595;method_206(I)V
      server a Lpj;a(I)V
      client a Lyb;a(I)V
      named progressStagePercentage Lnet/minecraft/client/gui/screen/LoadingDisplay;progressStagePercentage(I)V