Uses of Interface
net.minecraft.world.entity.PositionPath
Packages that use PositionPath
Package
Description
-
Uses of PositionPath in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as PositionPathModifier and TypeFieldDescriptionprivate final PositionPathClientboundEntityPositionSyncPacket.positionThe field for thepositionrecord component.Methods in net.minecraft.network.protocol.game that return PositionPathModifier and TypeMethodDescriptionVecDelta.decode(VecDeltaCodec positionCodec) VecDelta.Linear.decode(VecDeltaCodec positionCodec) VecDelta.Stepped.decode(VecDeltaCodec positionCodec) ClientboundEntityPositionSyncPacket.position()Returns the value of thepositionrecord component.Methods in net.minecraft.network.protocol.game with parameters of type PositionPathModifier and TypeMethodDescriptionClientboundEntityPositionSyncPacket.of(Entity entity, PositionPath position) VecDeltaCodec.tryEncode(PositionPath position) Constructors in net.minecraft.network.protocol.game with parameters of type PositionPathModifierConstructorDescriptionClientboundEntityPositionSyncPacket(int id, PositionPath position, float yRot, float xRot, boolean onGround) Creates an instance of aClientboundEntityPositionSyncPacketrecord class. -
Uses of PositionPath in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type PositionPathModifier and TypeMethodDescriptionServerEntity.createMovePacket(PositionPath position, byte yRotn, byte xRotn, boolean shouldSendPosition, boolean shouldSendRotation) -
Uses of PositionPath in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement PositionPathModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.world.entity with type parameters of type PositionPathModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, PositionPath> PositionPath.STREAM_CODECprivate final StreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> PositionPath.Type.streamCodecMethods in net.minecraft.world.entity that return PositionPathModifier and TypeMethodDescriptionInterpolationTracker.getPositionPath(Vec3 trackingPos) InterpolationTracker.NoOpInterpolationTracker.getPositionPath(Vec3 trackingPos) SteppedInterpolationTracker.getPositionPath(Vec3 currentPosition) static PositionPathstatic PositionPathPositionPath.stepped(List<PositionStep> steps) Methods in net.minecraft.world.entity that return types with arguments of type PositionPathModifier and TypeMethodDescriptionStreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> PositionPath.Type.streamCodec()Methods in net.minecraft.world.entity with parameters of type PositionPathModifier and TypeMethodDescriptionprivate voidSteppedInterpolationHandler.InterpolationData.addSteps(PositionPath position, float yRot, float xRot, int interpolationSteps) booleanAbstractInterpolationHandler.interpolateTo(@Nullable PositionPath position, float yRot, float xRot, boolean hasRotation) protected voidAbstractInterpolationHandler.interpolateTo(PositionPath position, float yRot, float xRot) booleanInterpolationHandler.interpolateTo(@Nullable PositionPath position, float yRot, float xRot, boolean hasRotation) booleanInterpolationHandler.NoOpInterpolationHandler.interpolateTo(@Nullable PositionPath position, float yRot, float xRot, boolean hasRotation) final voidEntity.moveOrInterpolateTo(@Nullable PositionPath position, float yRot, float xRot, boolean hasRotation) final voidEntity.moveOrInterpolateTo(PositionPath position) final voidEntity.moveOrInterpolateTo(PositionPath position, float yRot, float xRot) protected abstract voidAbstractInterpolationHandler.startInterpolating(PositionPath position, float yRot, float xRot) protected voidLinearInterpolationHandler.startInterpolating(PositionPath position, float yRot, float xRot) protected voidSteppedInterpolationHandler.startInterpolating(PositionPath position, float yRot, float xRot) Constructor parameters in net.minecraft.world.entity with type arguments of type PositionPathModifierConstructorDescriptionprivateType(StreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> streamCodec)