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$d
intermediary net/minecraft/class_6910$class_6914
named net/minecraft/class_6910$class_6914
official a
intermediary comp_371
named blockX
official b
intermediary comp_372
named blockY
official c
intermediary comp_373
named blockZ
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
    The field for the blockX record component.
    private final int
    The field for the blockY record component.
    private final int
    The field for the blockZ record component.
  • Constructor Summary

    Constructors
    Constructor
    Description
    class_6914(int int2, int int3, int int4)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int
    int
    final boolean
    equals(Object object)
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minecraft.class_6910.class_6912

    getBlender
  • Field Details

    • blockX

      private final int blockX
      The field for the blockX record component.
    • blockY

      private final int blockY
      The field for the blockY record component.
    • blockZ

      private final int blockZ
      The field for the blockZ record component.
  • Constructor Details

    • class_6914

      public class_6914(int int2, int int3, int int4)
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • blockX

      public int blockX()
      Specified by:
      blockX in interface class_6910.class_6912
      Mappings:
      Namespace Name Mixin selector
      official a Lcto$b;a()I
      intermediary comp_371 Lnet/minecraft/class_6910$class_6912;comp_371()I
      named blockX Lnet/minecraft/class_6910$class_6912;blockX()I
    • blockY

      public int blockY()
      Specified by:
      blockY in interface class_6910.class_6912
      Mappings:
      Namespace Name Mixin selector
      official b Lcto$b;b()I
      intermediary comp_372 Lnet/minecraft/class_6910$class_6912;comp_372()I
      named blockY Lnet/minecraft/class_6910$class_6912;blockY()I
    • blockZ

      public int blockZ()
      Specified by:
      blockZ in interface class_6910.class_6912
      Mappings:
      Namespace Name Mixin selector
      official c Lcto$b;c()I
      intermediary comp_373 Lnet/minecraft/class_6910$class_6912;comp_373()I
      named blockZ Lnet/minecraft/class_6910$class_6912;blockZ()I