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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Text
private static final Text
private static final int
private static final int
(package private) static final Identifier
private final class_7591.class_7592
The field for theicon
record component.private final int
The field for theindicatorColor
record component.The field for thelogTag
record component.private static final class_7591
The field for thetext
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7591
(int int2, @Nullable class_7591.class_7592 class_7592, @Nullable Text text, @Nullable String string) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.icon()
Returns the value of theicon
record component.int
Returns the value of theindicatorColor
record component.logTag()
Returns the value of thelogTag
record component.static class_7591
static class_7591
method_44710
(Text text) text()
Returns the value of thetext
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
indicatorColor
private final int indicatorColorThe field for theindicatorColor
record component. -
icon
The field for theicon
record component. -
text
The field for thetext
record component. -
logTag
The field for thelogTag
record component. -
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
- 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
- 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
- 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
-
class_7591
-
-
Method Details
-
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
- 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
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. -
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. -
equals
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 withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
indicatorColor
public int indicatorColor()Returns the value of theindicatorColor
record component.- Returns:
- the value of the
indicatorColor
record component
-
icon
Returns the value of theicon
record component.- Returns:
- the value of the
icon
record component
-
text
Returns the value of thetext
record component.- Returns:
- the value of the
text
record component
-
logTag
Returns the value of thelogTag
record component.- Returns:
- the value of the
logTag
record component
-