Package net.minecraft

Record Class class_9750

java.lang.Object
java.lang.Record
net.minecraft.class_9750
Record Components:
x -
y -
z -
speed -
horizontalSpeed -
verticalSpeed -
fallDistance -

Mappings:
Namespace Name
named net/minecraft/class_9750
intermediary net/minecraft/class_9750
official dg
named x
intermediary comp_2772
official b
named y
intermediary comp_2773
official c
named z
intermediary comp_2774
official d
named speed
intermediary comp_2775
official e
named horizontalSpeed
intermediary comp_2776
official f
named verticalSpeed
intermediary comp_2777
official g
named fallDistance
intermediary comp_2778
official h
  • Field Details

  • Constructor Details

  • Method Details

    • method_60279

      public static class_9750 method_60279(NumberRange.DoubleRange doubleRange)
      Mappings:
      Namespace Name Mixin selector
      named method_60279 Lnet/minecraft/class_9750;method_60279(Lnet/minecraft/predicate/NumberRange$DoubleRange;)Lnet/minecraft/class_9750;
      intermediary method_60279 Lnet/minecraft/class_9750;method_60279(Lnet/minecraft/class_2096$class_2099;)Lnet/minecraft/class_9750;
      official a Ldg;a(Lde$c;)Ldg;
    • method_60280

      public static class_9750 method_60280(NumberRange.DoubleRange doubleRange)
      Mappings:
      Namespace Name Mixin selector
      named method_60280 Lnet/minecraft/class_9750;method_60280(Lnet/minecraft/predicate/NumberRange$DoubleRange;)Lnet/minecraft/class_9750;
      intermediary method_60280 Lnet/minecraft/class_9750;method_60280(Lnet/minecraft/class_2096$class_2099;)Lnet/minecraft/class_9750;
      official b Ldg;b(Lde$c;)Ldg;
    • method_60281

      public static class_9750 method_60281(NumberRange.DoubleRange doubleRange)
      Mappings:
      Namespace Name Mixin selector
      named method_60281 Lnet/minecraft/class_9750;method_60281(Lnet/minecraft/predicate/NumberRange$DoubleRange;)Lnet/minecraft/class_9750;
      intermediary method_60281 Lnet/minecraft/class_9750;method_60281(Lnet/minecraft/class_2096$class_2099;)Lnet/minecraft/class_9750;
      official c Ldg;c(Lde$c;)Ldg;
    • method_60282

      public static class_9750 method_60282(NumberRange.DoubleRange doubleRange)
      Mappings:
      Namespace Name Mixin selector
      named method_60282 Lnet/minecraft/class_9750;method_60282(Lnet/minecraft/predicate/NumberRange$DoubleRange;)Lnet/minecraft/class_9750;
      intermediary method_60282 Lnet/minecraft/class_9750;method_60282(Lnet/minecraft/class_2096$class_2099;)Lnet/minecraft/class_9750;
      official d Ldg;d(Lde$c;)Ldg;
    • method_60277

      public boolean method_60277(double double2, double double3, double double4, double double5)
      Mappings:
      Namespace Name Mixin selector
      named method_60277 Lnet/minecraft/class_9750;method_60277(DDDD)Z
      intermediary method_60277 Lnet/minecraft/class_9750;method_60277(DDDD)Z
      official a Ldg;a(DDDD)Z
    • 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 Objects::equals(Object,Object).
      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.
    • 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 NumberRange.DoubleRange speed()
      Returns the value of the speed record component.
      Returns:
      the value of the speed record component
    • horizontalSpeed

      public NumberRange.DoubleRange horizontalSpeed()
      Returns the value of the horizontalSpeed record component.
      Returns:
      the value of the horizontalSpeed record component
    • verticalSpeed

      public NumberRange.DoubleRange verticalSpeed()
      Returns the value of the verticalSpeed record component.
      Returns:
      the value of the verticalSpeed record component
    • fallDistance

      public NumberRange.DoubleRange fallDistance()
      Returns the value of the fallDistance record component.
      Returns:
      the value of the fallDistance record component