Package net.minecraft.entity.decoration
Class DisplayEntity.InterpolationTarget
java.lang.Object
net.minecraft.entity.decoration.DisplayEntity.InterpolationTarget
- Enclosing class:
DisplayEntity
- Mappings:
Namespace Name official blu$j
intermediary net/minecraft/class_8113$class_8639
named net/minecraft/entity/decoration/DisplayEntity$InterpolationTarget
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInterpolationTarget
(int step, double x, double y, double z, double yaw, double pitch) -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
applyInterpolated
(Entity entity)
-
Field Details
-
step
int step- Mappings:
Namespace Name Mixin selector official a
Lblu$j;a:I
intermediary field_45115
Lnet/minecraft/class_8113$class_8639;field_45115:I
named step
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;step:I
-
x
final double x- Mappings:
Namespace Name Mixin selector official b
Lblu$j;b:D
intermediary field_45116
Lnet/minecraft/class_8113$class_8639;field_45116:D
named x
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;x:D
-
y
final double y- Mappings:
Namespace Name Mixin selector official c
Lblu$j;c:D
intermediary field_45117
Lnet/minecraft/class_8113$class_8639;field_45117:D
named y
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;y:D
-
z
final double z- Mappings:
Namespace Name Mixin selector official d
Lblu$j;d:D
intermediary field_45118
Lnet/minecraft/class_8113$class_8639;field_45118:D
named z
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;z:D
-
yaw
final double yaw- Mappings:
Namespace Name Mixin selector official e
Lblu$j;e:D
intermediary field_45119
Lnet/minecraft/class_8113$class_8639;field_45119:D
named yaw
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;yaw:D
-
pitch
final double pitch- Mappings:
Namespace Name Mixin selector official f
Lblu$j;f:D
intermediary field_45120
Lnet/minecraft/class_8113$class_8639;field_45120:D
named pitch
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;pitch:D
-
-
Constructor Details
-
InterpolationTarget
InterpolationTarget(int step, double x, double y, double z, double yaw, double pitch) - Mappings:
Namespace Name Mixin selector official <init>
Lblu$j;<init>(IDDDDD)V
intermediary <init>
Lnet/minecraft/class_8113$class_8639;<init>(IDDDDD)V
named <init>
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;<init>(IDDDDD)V
-
-
Method Details
-
apply
- Mappings:
Namespace Name Mixin selector official a
Lblu$j;a(Lblv;)V
intermediary method_52530
Lnet/minecraft/class_8113$class_8639;method_52530(Lnet/minecraft/class_1297;)V
named apply
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;apply(Lnet/minecraft/entity/Entity;)V
-
applyInterpolated
- Mappings:
Namespace Name Mixin selector official b
Lblu$j;b(Lblv;)V
intermediary method_52531
Lnet/minecraft/class_8113$class_8639;method_52531(Lnet/minecraft/class_1297;)V
named applyInterpolated
Lnet/minecraft/entity/decoration/DisplayEntity$InterpolationTarget;applyInterpolated(Lnet/minecraft/entity/Entity;)V
-