Package net.minecraft
Record Class class_6910.class_6914
java.lang.Object
java.lang.Record
net.minecraft.class_6910.class_6914
- Record Components:
blockX-blockY-blockZ-
- All Implemented Interfaces:
class_6910.class_6912
- Enclosing interface:
class_6910
public static record class_6910.class_6914(int blockX, int blockY, int blockZ)
extends Record
implements class_6910.class_6912
- Mappings:
Namespace Name official cto$dintermediary net/minecraft/class_6910$class_6914named net/minecraft/class_6910$class_6914official aintermediary comp_371named blockXofficial bintermediary comp_372named blockYofficial cintermediary comp_373named blockZ
-
Field Details
-
Constructor Details
-
class_6914
public class_6914(int int2, int int3, int int4)
-
-
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 '=='. -
blockX
public int blockX()- Specified by:
blockXin interfaceclass_6910.class_6912- Mappings:
Namespace Name Mixin selector official aLcto$b;a()Iintermediary comp_371Lnet/minecraft/class_6910$class_6912;comp_371()Inamed blockXLnet/minecraft/class_6910$class_6912;blockX()I
-
blockY
public int blockY()- Specified by:
blockYin interfaceclass_6910.class_6912- Mappings:
Namespace Name Mixin selector official bLcto$b;b()Iintermediary comp_372Lnet/minecraft/class_6910$class_6912;comp_372()Inamed blockYLnet/minecraft/class_6910$class_6912;blockY()I
-
blockZ
public int blockZ()- Specified by:
blockZin interfaceclass_6910.class_6912- Mappings:
Namespace Name Mixin selector official cLcto$b;c()Iintermediary comp_373Lnet/minecraft/class_6910$class_6912;comp_373()Inamed blockZLnet/minecraft/class_6910$class_6912;blockZ()I
-