Package net.minecraft
Record Class class_8029
java.lang.Object
java.lang.Record
net.minecraft.class_8029
- Record Components:
x
-y
-
- Mappings:
Namespace Name official eok
intermediary net/minecraft/class_8029
named net/minecraft/class_8029
official a
intermediary comp_1193
named x
official b
intermediary comp_1194
named y
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.int
method_48245
(class_8027 class_8027) static class_8029
method_48246
(class_8027 class_8027, int int2, int int3) method_48247
(class_8028 class_8028) final String
toString()
Returns a string representation of this record class.int
x()
Returns the value of thex
record component.int
y()
Returns the value of they
record component.
-
Field Details
-
Constructor Details
-
class_8029
public class_8029(int int2, int int3)
-
-
Method Details
-
method_48246
- Mappings:
Namespace Name Mixin selector official a
Leok;a(Leoi;II)Leok;
intermediary method_48246
Lnet/minecraft/class_8029;method_48246(Lnet/minecraft/class_8027;II)Lnet/minecraft/class_8029;
named method_48246
Lnet/minecraft/class_8029;method_48246(Lnet/minecraft/class_8027;II)Lnet/minecraft/class_8029;
-
method_48247
- Mappings:
Namespace Name Mixin selector official a
Leok;a(Leoj;)Leok;
intermediary method_48247
Lnet/minecraft/class_8029;method_48247(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8029;
named method_48247
Lnet/minecraft/class_8029;method_48247(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8029;
-
method_48245
- Mappings:
Namespace Name Mixin selector official a
Leok;a(Leoi;)I
intermediary method_48245
Lnet/minecraft/class_8029;method_48245(Lnet/minecraft/class_8027;)I
named method_48245
Lnet/minecraft/class_8029;method_48245(Lnet/minecraft/class_8027;)I
-
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 '=='. -
x
public int x()Returns the value of thex
record component.- Returns:
- the value of the
x
record component
-
y
public int y()Returns the value of they
record component.- Returns:
- the value of the
y
record component
-