Record Class MessageIndicator

java.lang.Object
java.lang.Record
net.minecraft.client.gui.hud.MessageIndicator
Record Components:
indicatorColor -
icon -
text -
loggedName -

@Environment(CLIENT) public record MessageIndicator(int indicatorColor, MessageIndicator.Icon icon, @Nullable Text text, @Nullable String loggedName) extends Record
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/MessageIndicator
intermediary net/minecraft/class_7591
official ffc
named indicatorColor
intermediary comp_899
official a
named icon
intermediary comp_900
official b
named text
intermediary comp_901
official c
named loggedName
intermediary comp_902
official d
  • Field Details Link icon

    • indicatorColor Link icon

      private final int indicatorColor
      The field for the indicatorColor record component.
    • icon Link icon

      @Nullable private final MessageIndicator.Icon icon
      The field for the icon record component.
    • text Link icon

      @Nullable private final @Nullable Text text
      The field for the text record component.
    • loggedName Link icon

      @Nullable private final @Nullable String loggedName
      The field for the loggedName record component.
    • SYSTEM_TEXT Link icon

      private static final Text SYSTEM_TEXT
      Mappings:
      Namespace Name Mixin selector
      named SYSTEM_TEXT Lnet/minecraft/client/gui/hud/MessageIndicator;SYSTEM_TEXT:Lnet/minecraft/text/Text;
      intermediary field_40379 Lnet/minecraft/class_7591;field_40379:Lnet/minecraft/class_2561;
      official e Lffc;e:Lxp;
    • SINGLE_PLAYER_TEXT Link icon

      private static final Text SINGLE_PLAYER_TEXT
      Mappings:
      Namespace Name Mixin selector
      named SINGLE_PLAYER_TEXT Lnet/minecraft/client/gui/hud/MessageIndicator;SINGLE_PLAYER_TEXT:Lnet/minecraft/text/Text;
      intermediary field_41092 Lnet/minecraft/class_7591;field_41092:Lnet/minecraft/class_2561;
      official f Lffc;f:Lxp;
    • NOT_SECURE_TEXT Link icon

      private static final Text NOT_SECURE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named NOT_SECURE_TEXT Lnet/minecraft/client/gui/hud/MessageIndicator;NOT_SECURE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_39756 Lnet/minecraft/class_7591;field_39756:Lnet/minecraft/class_2561;
      official g Lffc;g:Lxp;
    • MODIFIED_TEXT Link icon

      private static final Text MODIFIED_TEXT
      Mappings:
      Namespace Name Mixin selector
      named MODIFIED_TEXT Lnet/minecraft/client/gui/hud/MessageIndicator;MODIFIED_TEXT:Lnet/minecraft/text/Text;
      intermediary field_39757 Lnet/minecraft/class_7591;field_39757:Lnet/minecraft/class_2561;
      official h Lffc;h:Lxp;
    • ERROR_TEXT Link icon

      private static final Text ERROR_TEXT
      Mappings:
      Namespace Name Mixin selector
      named ERROR_TEXT Lnet/minecraft/client/gui/hud/MessageIndicator;ERROR_TEXT:Lnet/minecraft/text/Text;
      intermediary field_45897 Lnet/minecraft/class_7591;field_45897:Lnet/minecraft/class_2561;
      official i Lffc;i:Lxp;
    • NOT_SECURE_COLOR Link icon

      private static final int NOT_SECURE_COLOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named NOT_SECURE_COLOR Lnet/minecraft/client/gui/hud/MessageIndicator;NOT_SECURE_COLOR:I
      intermediary field_39758 Lnet/minecraft/class_7591;field_39758:I
      official j Lffc;j:I
    • MODIFIED_COLOR Link icon

      private static final int MODIFIED_COLOR
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MODIFIED_COLOR Lnet/minecraft/client/gui/hud/MessageIndicator;MODIFIED_COLOR:I
      intermediary field_39759 Lnet/minecraft/class_7591;field_39759:I
      official k Lffc;k:I
    • SYSTEM Link icon

      private static final MessageIndicator SYSTEM
      Mappings:
      Namespace Name Mixin selector
      named SYSTEM Lnet/minecraft/client/gui/hud/MessageIndicator;SYSTEM:Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary field_39789 Lnet/minecraft/class_7591;field_39789:Lnet/minecraft/class_7591;
      official l Lffc;l:Lffc;
    • SINGLE_PLAYER Link icon

      private static final MessageIndicator SINGLE_PLAYER
      Mappings:
      Namespace Name Mixin selector
      named SINGLE_PLAYER Lnet/minecraft/client/gui/hud/MessageIndicator;SINGLE_PLAYER:Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary field_41093 Lnet/minecraft/class_7591;field_41093:Lnet/minecraft/class_7591;
      official m Lffc;m:Lffc;
    • NOT_SECURE Link icon

      private static final MessageIndicator NOT_SECURE
      Mappings:
      Namespace Name Mixin selector
      named NOT_SECURE Lnet/minecraft/client/gui/hud/MessageIndicator;NOT_SECURE:Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary field_39760 Lnet/minecraft/class_7591;field_39760:Lnet/minecraft/class_7591;
      official n Lffc;n:Lffc;
    • CHAT_ERROR Link icon

      private static final MessageIndicator CHAT_ERROR
      Mappings:
      Namespace Name Mixin selector
      named CHAT_ERROR Lnet/minecraft/client/gui/hud/MessageIndicator;CHAT_ERROR:Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary field_45898 Lnet/minecraft/class_7591;field_45898:Lnet/minecraft/class_7591;
      official o Lffc;o:Lffc;
  • Constructor Details Link icon

  • Method Details Link icon

    • system Link icon

      public static MessageIndicator system()
      Mappings:
      Namespace Name Mixin selector
      named system Lnet/minecraft/client/gui/hud/MessageIndicator;system()Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary method_44751 Lnet/minecraft/class_7591;method_44751()Lnet/minecraft/class_7591;
      official a Lffc;a()Lffc;
    • singlePlayer Link icon

      public static MessageIndicator singlePlayer()
      Mappings:
      Namespace Name Mixin selector
      named singlePlayer Lnet/minecraft/client/gui/hud/MessageIndicator;singlePlayer()Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary method_47391 Lnet/minecraft/class_7591;method_47391()Lnet/minecraft/class_7591;
      official b Lffc;b()Lffc;
    • notSecure Link icon

      public static MessageIndicator notSecure()
      Mappings:
      Namespace Name Mixin selector
      named notSecure Lnet/minecraft/client/gui/hud/MessageIndicator;notSecure()Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary method_44709 Lnet/minecraft/class_7591;method_44709()Lnet/minecraft/class_7591;
      official c Lffc;c()Lffc;
    • modified Link icon

      public static MessageIndicator modified(String originalText)
      Mappings:
      Namespace Name Mixin selector
      named modified Lnet/minecraft/client/gui/hud/MessageIndicator;modified(Ljava/lang/String;)Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary method_44710 Lnet/minecraft/class_7591;method_44710(Ljava/lang/String;)Lnet/minecraft/class_7591;
      official a Lffc;a(Ljava/lang/String;)Lffc;
    • chatError Link icon

      public static MessageIndicator chatError()
      Mappings:
      Namespace Name Mixin selector
      named chatError Lnet/minecraft/client/gui/hud/MessageIndicator;chatError()Lnet/minecraft/client/gui/hud/MessageIndicator;
      intermediary method_53461 Lnet/minecraft/class_7591;method_53461()Lnet/minecraft/class_7591;
      official d Lffc;d()Lffc;
    • toString Link icon

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode Link icon

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals Link icon

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • indicatorColor Link icon

      public int indicatorColor()
      Returns the value of the indicatorColor record component.
      Returns:
      the value of the indicatorColor record component
    • icon Link icon

      Returns the value of the icon record component.
      Returns:
      the value of the icon record component
    • text Link icon

      @Nullable public @Nullable Text text()
      Returns the value of the text record component.
      Returns:
      the value of the text record component
    • loggedName Link icon

      @Nullable public @Nullable String loggedName()
      Returns the value of the loggedName record component.
      Returns:
      the value of the loggedName record component