net.minecraft.entity

class PositionInterpolator$Data

net.minecraft.world.entity.InterpolationHandler$InterpolationData
net.minecraft.class_10584$class_10585
net.minecraft.entity.PositionInterpolator$Data

Field summary

Modifier and TypeField
protected int
steps
field_55670
step
private Vec3d
position
field_55671
pos
private float
yRot
field_55672
yaw
private float
xRot
field_55673
pitch

Constructor summary

ModifierConstructor
private (int step, Vec3d pos, float yaw, float pitch)

Method summary

Modifier and TypeMethod
public void
decrease()
method_66273()
tick()
public void
addDelta(Vec3 delta)
method_66275(class_243 arg0)
addPos(Vec3d pos)
public void
addRotation(float yRot, float xRot)
method_66274(float arg0, float arg1)
addRotation(float yaw, float pitch)