Package net.minecraft
Record Class class_6576
java.lang.Object
java.lang.Record
net.minecraft.class_6576
- Record Components:
comp_77-comp_78-comp_79-
- Mappings:
Namespace Name official cseintermediary net/minecraft/class_6576named net/minecraft/class_6576official aintermediary comp_77named comp_77official bintermediary comp_78named comp_78official cintermediary comp_79named comp_79
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublecomp_77()Returns the value of thecomp_77record component.doublecomp_78()Returns the value of thecomp_78record component.doublecomp_79()Returns the value of thecomp_79record component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_6576
public class_6576(double double2, double double3, double double4)
-
-
Method Details
-
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 with '=='. -
comp_77
public double comp_77()Returns the value of thecomp_77record component.- Returns:
- the value of the
comp_77record component
-
comp_78
public double comp_78()Returns the value of thecomp_78record component.- Returns:
- the value of the
comp_78record component
-
comp_79
public double comp_79()Returns the value of thecomp_79record component.- Returns:
- the value of the
comp_79record component
-