Package net.minecraft

Record Class class_7591

java.lang.Object
java.lang.Record
net.minecraft.class_7591
Record Components:
indicatorColor -
icon -
text -
logTag -

@Environment(CLIENT) public record class_7591(int indicatorColor, class_7591.class_7592 icon, @Nullable Text text, @Nullable String logTag) extends Record
Mappings:
Namespace Name
official eev
intermediary net/minecraft/class_7591
named net/minecraft/class_7591
official a
intermediary comp_899
named indicatorColor
official b
intermediary comp_900
named icon
official c
intermediary comp_901
named text
official d
intermediary comp_902
named logTag
  • Field Details

    • indicatorColor

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

      @Nullable private final class_7591.class_7592 icon
      The field for the icon record component.
    • text

      @Nullable private final @Nullable Text text
      The field for the text record component.
    • logTag

      @Nullable private final @Nullable String logTag
      The field for the logTag record component.
    • field_39756

      private static final Text field_39756
      Mappings:
      Namespace Name Mixin selector
      official e Leev;e:Lrm;
      intermediary field_39756 Lnet/minecraft/class_7591;field_39756:Lnet/minecraft/class_2561;
      named field_39756 Lnet/minecraft/class_7591;field_39756:Lnet/minecraft/text/Text;
    • field_39757

      private static final Text field_39757
      Mappings:
      Namespace Name Mixin selector
      official f Leev;f:Lrm;
      intermediary field_39757 Lnet/minecraft/class_7591;field_39757:Lnet/minecraft/class_2561;
      named field_39757 Lnet/minecraft/class_7591;field_39757:Lnet/minecraft/text/Text;
    • field_39758

      private static final int field_39758
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official g Leev;g:I
      intermediary field_39758 Lnet/minecraft/class_7591;field_39758:I
      named field_39758 Lnet/minecraft/class_7591;field_39758:I
    • field_39759

      private static final int field_39759
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Leev;h:I
      intermediary field_39759 Lnet/minecraft/class_7591;field_39759:I
      named field_39759 Lnet/minecraft/class_7591;field_39759:I
    • NOT_SECURE

      private static final class_7591 NOT_SECURE
      Mappings:
      Namespace Name Mixin selector
      official i Leev;i:Leev;
      intermediary field_39760 Lnet/minecraft/class_7591;field_39760:Lnet/minecraft/class_7591;
      named NOT_SECURE Lnet/minecraft/class_7591;NOT_SECURE:Lnet/minecraft/class_7591;
    • field_39761

      static final Identifier field_39761
      Mappings:
      Namespace Name Mixin selector
      official j Leev;j:Laaj;
      intermediary field_39761 Lnet/minecraft/class_7591;field_39761:Lnet/minecraft/class_2960;
      named field_39761 Lnet/minecraft/class_7591;field_39761:Lnet/minecraft/util/Identifier;
  • Constructor Details

  • Method Details

    • method_44709

      public static class_7591 method_44709()
      Mappings:
      Namespace Name Mixin selector
      official a Leev;a()Leev;
      intermediary method_44709 Lnet/minecraft/class_7591;method_44709()Lnet/minecraft/class_7591;
      named method_44709 Lnet/minecraft/class_7591;method_44709()Lnet/minecraft/class_7591;
    • method_44710

      public static class_7591 method_44710(Text text)
      Mappings:
      Namespace Name Mixin selector
      official a Leev;a(Lrm;)Leev;
      intermediary method_44710 Lnet/minecraft/class_7591;method_44710(Lnet/minecraft/class_2561;)Lnet/minecraft/class_7591;
      named method_44710 Lnet/minecraft/class_7591;method_44710(Lnet/minecraft/text/Text;)Lnet/minecraft/class_7591;
    • toString

      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

      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

      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

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

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

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

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