net.minecraft.entity

public interface VecDelta

net.minecraft.network.protocol.game.VecDelta
net.minecraft.class_1_1216
net.minecraft.entity.VecDelta

Field summary

Modifier and TypeField
VecDelta
ZERO
field_1_8367
ZERO

Method summary

Modifier and TypeMethod
int
stepCount()
method_1_7745()
steps()
boolean
hasDeltaX()
method_1_7742()
movedX()
boolean
hasDeltaZ()
method_1_7743()
movedZ()
MotionPath
decode(VecDeltaCodec positionCodec)
method_1_7741(class_7422 arg0)
getAppliedMotion(TrackedPosition trackedPos)
static VecDelta
read(FriendlyByteBuf input, int stepCount)
method_1_7744(class_2540 arg0, int arg1)
read(PacketByteBuf buf, int steps)
static void
write(FriendlyByteBuf output, VecDelta delta)
method_1_7746(class_2540 arg0, class_1_1216 arg1)
write(PacketByteBuf buf, VecDelta vecDelta)