Package net.minecraft.world.entity
Class Display.PosRotInterpolationTarget
java.lang.Object
net.minecraft.world.entity.Display.PosRotInterpolationTarget
- Enclosing class:
Display
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) final double
(package private) final double
(package private) final double
(package private) final double
(package private) final double
-
Constructor Summary
ConstructorsConstructorDescriptionPosRotInterpolationTarget
(int pSteps, double pTargetX, double pTargetY, double pTargetZ, double pTargetYRot, double pTargetXRot) -
Method Summary
Modifier and TypeMethodDescription(package private) void
applyLerpStep
(Entity pEntity) (package private) void
applyTargetPosAndRot
(Entity pEntity)
-
Field Details
-
steps
int steps -
targetX
final double targetX -
targetY
final double targetY -
targetZ
final double targetZ -
targetYRot
final double targetYRot -
targetXRot
final double targetXRot
-
-
Constructor Details
-
PosRotInterpolationTarget
PosRotInterpolationTarget(int pSteps, double pTargetX, double pTargetY, double pTargetZ, double pTargetYRot, double pTargetXRot)
-
-
Method Details
-
applyTargetPosAndRot
-
applyLerpStep
-