Class DisplayEntity.InterpolationTarget

java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.InterpolationTarget
Enclosing class:
DisplayEntity

private static class DisplayEntity.InterpolationTarget extends Object
Mappings:
Namespace Name
named net/minecraft/entity/decoration/DisplayEntity$InterpolationTarget
intermediary net/minecraft/class_8113$class_8639
official bsq$j
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    (package private) final double
     
    (package private) int
     
    (package private) final double
     
    (package private) final double
     
    (package private) final double
     
    (package private) final double
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    InterpolationTarget(int step, double x, double y, double z, double yaw, double pitch)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    (package private) void
    apply(Entity entity)
     
    (package private) void
     

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • step Link icon

      int step
      Mappings:
      Namespace Name Mixin selector
      named step Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;step:I
      intermediary field_45115 Lnet/minecraft/class_8113$class_8639;field_45115:I
      official a Lbsq$j;a:I
    • x Link icon

      final double x
      Mappings:
      Namespace Name Mixin selector
      named x Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;x:D
      intermediary field_45116 Lnet/minecraft/class_8113$class_8639;field_45116:D
      official b Lbsq$j;b:D
    • y Link icon

      final double y
      Mappings:
      Namespace Name Mixin selector
      named y Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;y:D
      intermediary field_45117 Lnet/minecraft/class_8113$class_8639;field_45117:D
      official c Lbsq$j;c:D
    • z Link icon

      final double z
      Mappings:
      Namespace Name Mixin selector
      named z Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;z:D
      intermediary field_45118 Lnet/minecraft/class_8113$class_8639;field_45118:D
      official d Lbsq$j;d:D
    • yaw Link icon

      final double yaw
      Mappings:
      Namespace Name Mixin selector
      named yaw Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;yaw:D
      intermediary field_45119 Lnet/minecraft/class_8113$class_8639;field_45119:D
      official e Lbsq$j;e:D
    • pitch Link icon

      final double pitch
      Mappings:
      Namespace Name Mixin selector
      named pitch Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;pitch:D
      intermediary field_45120 Lnet/minecraft/class_8113$class_8639;field_45120:D
      official f Lbsq$j;f:D
  • Constructor Details Link icon

    • InterpolationTarget Link icon

      InterpolationTarget(int step, double x, double y, double z, double yaw, double pitch)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;<init>(IDDDDD)V
      intermediary <init> Lnet/minecraft/class_8113$class_8639;<init>(IDDDDD)V
      official <init> Lbsq$j;<init>(IDDDDD)V
  • Method Details Link icon

    • apply Link icon

      void apply(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;apply(Lnet/minecraft/entity/Entity;)V
      intermediary method_52530 Lnet/minecraft/class_8113$class_8639;method_52530(Lnet/minecraft/class_1297;)V
      official a Lbsq$j;a(Lbsr;)V
    • applyInterpolated Link icon

      void applyInterpolated(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named applyInterpolated Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;applyInterpolated(Lnet/minecraft/entity/Entity;)V
      intermediary method_52531 Lnet/minecraft/class_8113$class_8639;method_52531(Lnet/minecraft/class_1297;)V
      official b Lbsq$j;b(Lbsr;)V