Class InterpolationHandler.InterpolationData
java.lang.Object
net.minecraft.world.entity.InterpolationHandler.InterpolationData
- Enclosing class:
InterpolationHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInterpolationData(int steps, Vec3 position, float yRot, float xRot) -
Method Summary
-
Field Details
-
steps
protected int steps -
position
Vec3 position -
yRot
float yRot -
xRot
float xRot
-
-
Constructor Details
-
InterpolationData
-
-
Method Details
-
decrease
public void decrease() -
addDelta
-
addRotation
public void addRotation(float yRot, float xRot)
-