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 bsv$j
  • Field Summary

    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

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

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

    Methods inherited from class java.lang.Object

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

    • step

      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 Lbsv$j;a:I
    • x

      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 Lbsv$j;b:D
    • y

      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 Lbsv$j;c:D
    • z

      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 Lbsv$j;d:D
    • yaw

      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 Lbsv$j;e:D
    • pitch

      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 Lbsv$j;f:D
  • Constructor Details

    • InterpolationTarget

      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> Lbsv$j;<init>(IDDDDD)V
  • Method Details

    • apply

      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 Lbsv$j;a(Lbsw;)V
    • applyInterpolated

      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 Lbsv$j;b(Lbsw;)V