Interface NarrationMessageBuilder

All Known Implementing Classes:
ScreenNarrator.MessageBuilder

@Environment(CLIENT) public interface NarrationMessageBuilder
Mappings:
Namespace Name
official dzc
intermediary net/minecraft/class_6382
named net/minecraft/client/gui/screen/narration/NarrationMessageBuilder
  • Method Details

    • put

      default void put(NarrationPart part, Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a(Ldzb;Los;)V
      intermediary method_37034 Lnet/minecraft/class_6382;method_37034(Lnet/minecraft/class_6381;Lnet/minecraft/class_2561;)V
      named put Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;put(Lnet/minecraft/client/gui/screen/narration/NarrationPart;Lnet/minecraft/text/Text;)V
    • put

      default void put(NarrationPart part, String string)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a(Ldzb;Ljava/lang/String;)V
      intermediary method_37033 Lnet/minecraft/class_6382;method_37033(Lnet/minecraft/class_6381;Ljava/lang/String;)V
      named put Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;put(Lnet/minecraft/client/gui/screen/narration/NarrationPart;Ljava/lang/String;)V
    • put

      default void put(NarrationPart part, Text[] texts)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a(Ldzb;[Los;)V
      intermediary method_37035 Lnet/minecraft/class_6382;method_37035(Lnet/minecraft/class_6381;[Lnet/minecraft/class_2561;)V
      named put Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;put(Lnet/minecraft/client/gui/screen/narration/NarrationPart;[Lnet/minecraft/text/Text;)V
    • put

      void put(NarrationPart part, Narration<?> narration)
      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a(Ldzb;Ldze;)V
      intermediary method_37032 Lnet/minecraft/class_6382;method_37032(Lnet/minecraft/class_6381;Lnet/minecraft/class_6384;)V
      named put Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;put(Lnet/minecraft/client/gui/screen/narration/NarrationPart;Lnet/minecraft/client/gui/screen/narration/Narration;)V
    • nextMessage

      Mappings:
      Namespace Name Mixin selector
      official a Ldzc;a()Ldzc;
      intermediary method_37031 Lnet/minecraft/class_6382;method_37031()Lnet/minecraft/class_6382;
      named nextMessage Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;nextMessage()Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;