Package net.minecraft.world.entity
Class InterpolationHandler.InterpolationData
java.lang.Object
net.minecraft.world.entity.InterpolationHandler.InterpolationData
- Enclosing class:
InterpolationHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addRotation
(float pYRot, float pXRot) void
decrease()
-
Field Details
-
steps
protected int steps -
position
Vec3 position -
yRot
float yRot -
xRot
float xRot
-
-
Constructor Details
-
InterpolationData
InterpolationData(int pSteps, Vec3 pPosition, float pYRot, float pXRot)
-
-
Method Details
-
decrease
public void decrease() -
addDelta
-
addRotation
public void addRotation(float pYRot, float pXRot)
-