Package net.minecraft
Record Class class_11034.class_11038
java.lang.Object
java.lang.Record
net.minecraft.class_11034.class_11038
- Record Components:
zMin-zMax-xMin-xMax-
- Enclosing class:
class_11034
private static record class_11034.class_11038(int zMin, int zMax, int xMin, int xMax)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11034$class_11038intermediary net/minecraft/class_11034$class_11038official cyv$dnamed zMinintermediary comp_3933official anamed zMaxintermediary comp_3934official bnamed xMinintermediary comp_3935official cnamed xMaxintermediary comp_3936official d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal 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.intxMax()Returns the value of thexMaxrecord component.intxMin()Returns the value of thexMinrecord component.intzMax()Returns the value of thezMaxrecord component.intzMin()Returns the value of thezMinrecord component.
-
Field Details
-
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 '=='. -
zMin
public int zMin()Returns the value of thezMinrecord component.- Returns:
- the value of the
zMinrecord component
-
zMax
public int zMax()Returns the value of thezMaxrecord component.- Returns:
- the value of the
zMaxrecord component
-
xMin
public int xMin()Returns the value of thexMinrecord component.- Returns:
- the value of the
xMinrecord component
-
xMax
public int xMax()Returns the value of thexMaxrecord component.- Returns:
- the value of the
xMaxrecord component
-