net.minecraft.entity.movement

public record MotionPath$Stepped

implements MotionPath

net.minecraft.world.entity.PositionPath$Stepped
net.minecraft.class_1_1198$class_1_1200
net.minecraft.entity.movement.MotionPath$Stepped

Field summary

Modifier and TypeField
private final Vec3d
endPosition
comp_1_1268
endPosition
private final List<MotionStep>
steps
comp_1_1270
steps
public static final PacketCodec<io.netty.buffer.ByteBuf, MotionPath$Stepped>
STREAM_CODEC
field_1_8293
PACKET_CODEC

Constructor summary

ModifierConstructor
public (List<MotionStep> steps)
public (Vec3d endPosition, List<MotionStep> steps)

Method summary

Modifier and TypeMethod
public MotionPath$Type
type()
method_1_7655()
getType()
public Vec3d
endPosition()
comp_1_1268()
endPosition()
public List<MotionStep>
steps()
comp_1_1270()
steps()