Record Class MovementPredicate

java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.MovementPredicate

public record MovementPredicate(MinMaxBounds.Doubles x, MinMaxBounds.Doubles y, MinMaxBounds.Doubles z, MinMaxBounds.Doubles speed, MinMaxBounds.Doubles horizontalSpeed, MinMaxBounds.Doubles verticalSpeed, MinMaxBounds.Doubles fallDistance) extends Record
  • Field Details

  • Constructor Details

  • Method Details

    • speed

      public static MovementPredicate speed(MinMaxBounds.Doubles p_345901_)
    • horizontalSpeed

      public static MovementPredicate horizontalSpeed(MinMaxBounds.Doubles p_345197_)
    • verticalSpeed

      public static MovementPredicate verticalSpeed(MinMaxBounds.Doubles p_345809_)
    • fallDistance

      public static MovementPredicate fallDistance(MinMaxBounds.Doubles p_344924_)
    • matches

      public boolean matches(double p_346097_, double p_344727_, double p_346309_, double p_346374_)
    • 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 o)
      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 Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • x

      Returns the value of the x record component.
      Returns:
      the value of the x record component
    • y

      Returns the value of the y record component.
      Returns:
      the value of the y record component
    • z

      Returns the value of the z record component.
      Returns:
      the value of the z record component
    • speed

      public MinMaxBounds.Doubles speed()
      Returns the value of the speed record component.
      Returns:
      the value of the speed record component
    • horizontalSpeed

      public MinMaxBounds.Doubles horizontalSpeed()
      Returns the value of the horizontalSpeed record component.
      Returns:
      the value of the horizontalSpeed record component
    • verticalSpeed

      public MinMaxBounds.Doubles verticalSpeed()
      Returns the value of the verticalSpeed record component.
      Returns:
      the value of the verticalSpeed record component
    • fallDistance

      public MinMaxBounds.Doubles fallDistance()
      Returns the value of the fallDistance record component.
      Returns:
      the value of the fallDistance record component