Package net.minecraft
Record Class class_8617.class_8618
java.lang.Object
java.lang.Record
net.minecraft.class_8617.class_8618
- Record Components:
format
-overlay
-
- Enclosing class:
class_8617
- Mappings:
Namespace Name official alx$a
intermediary net/minecraft/class_8617$class_8618
named net/minecraft/class_8617$class_8618
official a
intermediary comp_1578
named format
official b
intermediary comp_1579
named overlay
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<class_8617.class_8618>
The field for theformat
record component.private final String
The field for theoverlay
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.format()
Returns the value of theformat
record component.final int
hashCode()
Returns a hash code value for this object.boolean
method_52432
(int int2) overlay()
Returns the value of theoverlay
record component.final String
toString()
Returns a string representation of this record class.
-
Field Details
-
format
The field for theformat
record component. -
overlay
The field for theoverlay
record component. -
field_45048
- Mappings:
Namespace Name Mixin selector official c
Lalx$a;c:Lcom/mojang/serialization/Codec;
intermediary field_45048
Lnet/minecraft/class_8617$class_8618;field_45048:Lcom/mojang/serialization/Codec;
named field_45048
Lnet/minecraft/class_8617$class_8618;field_45048:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8618
-
-
Method Details
-
method_52432
public boolean method_52432(int int2) - Mappings:
Namespace Name Mixin selector official a
Lalx$a;a(I)Z
intermediary method_52432
Lnet/minecraft/class_8617$class_8618;method_52432(I)Z
named method_52432
Lnet/minecraft/class_8617$class_8618;method_52432(I)Z
-
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. All components in this record class are compared withObjects::equals(Object,Object)
. -
format
Returns the value of theformat
record component.- Returns:
- the value of the
format
record component
-
overlay
Returns the value of theoverlay
record component.- Returns:
- the value of the
overlay
record component
-