Package net.minecraft

Record Class class_6686.class_6688

java.lang.Object
java.lang.Record
net.minecraft.class_6686.class_6688
Record Components:
blockY -
stoneDepthAbove -
stoneDepthBelow -
runDepth -
waterHeight -
Enclosing class:
class_6686

private static record class_6686.class_6688(int blockY, int stoneDepthAbove, int stoneDepthBelow, int runDepth, int waterHeight) extends Record
Mappings:
Namespace Name
official csv$aa
intermediary net/minecraft/class_6686$class_6688
named net/minecraft/class_6686$class_6688
official a
intermediary comp_185
named blockY
official b
intermediary comp_186
named stoneDepthAbove
official c
intermediary comp_187
named stoneDepthBelow
official d
intermediary comp_188
named runDepth
official e
intermediary comp_189
named waterHeight
  • Field Details

    • blockY

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

      private final int stoneDepthAbove
      The field for the stoneDepthAbove record component.
    • stoneDepthBelow

      private final int stoneDepthBelow
      The field for the stoneDepthBelow record component.
    • runDepth

      private final int runDepth
      The field for the runDepth record component.
    • waterHeight

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

    • class_6688

      class_6688(int int2, int int3, int int4, int int5, int int6)
  • 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.
    • blockY

      public int blockY()
      Returns the value of the blockY record component.
      Returns:
      the value of the blockY record component
    • stoneDepthAbove

      public int stoneDepthAbove()
      Returns the value of the stoneDepthAbove record component.
      Returns:
      the value of the stoneDepthAbove record component
    • stoneDepthBelow

      public int stoneDepthBelow()
      Returns the value of the stoneDepthBelow record component.
      Returns:
      the value of the stoneDepthBelow record component
    • runDepth

      public int runDepth()
      Returns the value of the runDepth record component.
      Returns:
      the value of the runDepth record component
    • waterHeight

      public int waterHeight()
      Returns the value of the waterHeight record component.
      Returns:
      the value of the waterHeight record component