Record Class EntityDebugInfo

java.lang.Object
java.lang.Record
net.minecraft.client.render.entity.state.EntityDebugInfo
Record Components:
missing -
serverEntityX -
serverEntityY -
serverEntityZ -
deltaMovementX -
deltaMovementY -
deltaMovementZ -
eyeHeight -
hitboxes -

@Environment(CLIENT) public record EntityDebugInfo(boolean missing, double serverEntityX, double serverEntityY, double serverEntityZ, double deltaMovementX, double deltaMovementY, double deltaMovementZ, float eyeHeight, @Nullable EntityHitboxAndView hitboxes) extends Record
Mappings:
Namespace Name
named net/minecraft/client/render/entity/state/EntityDebugInfo
intermediary net/minecraft/class_10934
official hfw
named missing
intermediary comp_3865
official a
named serverEntityX
intermediary comp_3866
official b
named serverEntityY
intermediary comp_3867
official c
named serverEntityZ
intermediary comp_3868
official d
named deltaMovementX
intermediary comp_3869
official e
named deltaMovementY
intermediary comp_3870
official f
named deltaMovementZ
intermediary comp_3871
official g
named eyeHeight
intermediary comp_3872
official h
named hitboxes
intermediary comp_3873
official i
  • Field Details Link icon

    • missing Link icon

      private final boolean missing
      The field for the missing record component.
    • serverEntityX Link icon

      private final double serverEntityX
      The field for the serverEntityX record component.
    • serverEntityY Link icon

      private final double serverEntityY
      The field for the serverEntityY record component.
    • serverEntityZ Link icon

      private final double serverEntityZ
      The field for the serverEntityZ record component.
    • deltaMovementX Link icon

      private final double deltaMovementX
      The field for the deltaMovementX record component.
    • deltaMovementY Link icon

      private final double deltaMovementY
      The field for the deltaMovementY record component.
    • deltaMovementZ Link icon

      private final double deltaMovementZ
      The field for the deltaMovementZ record component.
    • eyeHeight Link icon

      private final float eyeHeight
      The field for the eyeHeight record component.
    • hitboxes Link icon

      @Nullable private final @Nullable EntityHitboxAndView hitboxes
      The field for the hitboxes record component.
  • Constructor Details Link icon

    • EntityDebugInfo Link icon

      public EntityDebugInfo(boolean missing)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/state/EntityDebugInfo;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_10934;<init>(Z)V
      official <init> Lhfw;<init>(Z)V
    • EntityDebugInfo Link icon

      public EntityDebugInfo(boolean bool, double double2, double double3, double double4, double double5, double double6, double double7, float float2, @Nullable @Nullable EntityHitboxAndView entityHitboxAndView)
  • Method Details Link icon

    • toString Link icon

      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 Link icon

      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 Link icon

      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. Reference components are compared with Objects::equals(Object,Object); primitive components 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.
    • missing Link icon

      public boolean missing()
      Returns the value of the missing record component.
      Returns:
      the value of the missing record component
    • serverEntityX Link icon

      public double serverEntityX()
      Returns the value of the serverEntityX record component.
      Returns:
      the value of the serverEntityX record component
    • serverEntityY Link icon

      public double serverEntityY()
      Returns the value of the serverEntityY record component.
      Returns:
      the value of the serverEntityY record component
    • serverEntityZ Link icon

      public double serverEntityZ()
      Returns the value of the serverEntityZ record component.
      Returns:
      the value of the serverEntityZ record component
    • deltaMovementX Link icon

      public double deltaMovementX()
      Returns the value of the deltaMovementX record component.
      Returns:
      the value of the deltaMovementX record component
    • deltaMovementY Link icon

      public double deltaMovementY()
      Returns the value of the deltaMovementY record component.
      Returns:
      the value of the deltaMovementY record component
    • deltaMovementZ Link icon

      public double deltaMovementZ()
      Returns the value of the deltaMovementZ record component.
      Returns:
      the value of the deltaMovementZ record component
    • eyeHeight Link icon

      public float eyeHeight()
      Returns the value of the eyeHeight record component.
      Returns:
      the value of the eyeHeight record component
    • hitboxes Link icon

      Returns the value of the hitboxes record component.
      Returns:
      the value of the hitboxes record component