Package net.minecraft
Record Class class_11034.class_11038
java.lang.Object
java.lang.Record
net.minecraft.class_11034.class_11038
- Enclosing class:
class_11034
- Mappings:
Namespace Name named net/minecraft/class_11034$class_11038intermediary net/minecraft/class_11034$class_11038official cyv$d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninta()Returns the value of thearecord component.intb()Returns the value of thebrecord component.intc()Returns the value of thecrecord component.intd()Returns the value of thedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intstatic class_11034.class_11038method_69508(ColumnPos columnPos) method_69509(class_11034.class_11038 class_11038) static @Nullable class_11034.class_11038method_69510(Collection<ColumnPos> collection) intintmethod_69512(ColumnPos columnPos) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
a
private final int aThe field for thearecord component. -
b
private final int bThe field for thebrecord component. -
c
private final int cThe field for thecrecord component. -
d
private final int dThe field for thedrecord component.
-
-
Constructor Details
-
class_11038
private class_11038(int int2, int int3, int int4, int int5)
-
-
Method Details
-
method_69508
- Mappings:
Namespace Name Mixin selector named method_69508Lnet/minecraft/class_11034$class_11038;method_69508(Lnet/minecraft/util/math/ColumnPos;)Lnet/minecraft/class_11034$class_11038;intermediary method_69508Lnet/minecraft/class_11034$class_11038;method_69508(Lnet/minecraft/class_2265;)Lnet/minecraft/class_11034$class_11038;official aLcyv$d;a(Lasd;)Lcyv$d;
-
method_69507
public int method_69507()- Mappings:
Namespace Name Mixin selector named method_69507Lnet/minecraft/class_11034$class_11038;method_69507()Iintermediary method_69507Lnet/minecraft/class_11034$class_11038;method_69507()Iofficial aLcyv$d;a()I
-
method_69511
public int method_69511()- Mappings:
Namespace Name Mixin selector named method_69511Lnet/minecraft/class_11034$class_11038;method_69511()Iintermediary method_69511Lnet/minecraft/class_11034$class_11038;method_69511()Iofficial bLcyv$d;b()I
-
method_69512
- Mappings:
Namespace Name Mixin selector named method_69512Lnet/minecraft/class_11034$class_11038;method_69512(Lnet/minecraft/util/math/ColumnPos;)Iintermediary method_69512Lnet/minecraft/class_11034$class_11038;method_69512(Lnet/minecraft/class_2265;)Iofficial bLcyv$d;b(Lasd;)I
-
method_69509
- Mappings:
Namespace Name Mixin selector named method_69509Lnet/minecraft/class_11034$class_11038;method_69509(Lnet/minecraft/class_11034$class_11038;)Lnet/minecraft/class_11034$class_11038;intermediary method_69509Lnet/minecraft/class_11034$class_11038;method_69509(Lnet/minecraft/class_11034$class_11038;)Lnet/minecraft/class_11034$class_11038;official aLcyv$d;a(Lcyv$d;)Lcyv$d;
-
method_69510
@Nullable public static @Nullable class_11034.class_11038 method_69510(Collection<ColumnPos> collection) - Mappings:
Namespace Name Mixin selector named method_69510Lnet/minecraft/class_11034$class_11038;method_69510(Ljava/util/Collection;)Lnet/minecraft/class_11034$class_11038;intermediary method_69510Lnet/minecraft/class_11034$class_11038;method_69510(Ljava/util/Collection;)Lnet/minecraft/class_11034$class_11038;official aLcyv$d;a(Ljava/util/Collection;)Lcyv$d;
-
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 '=='. -
a
public int a()Returns the value of thearecord component.- Returns:
- the value of the
arecord component
-
b
public int b()Returns the value of thebrecord component.- Returns:
- the value of the
brecord component
-
c
public int c()Returns the value of thecrecord component.- Returns:
- the value of the
crecord component
-
d
public int d()Returns the value of thedrecord component.- Returns:
- the value of the
drecord component
-