Uses of Interface
net.minecraft.network.protocol.game.VecDelta
Packages that use VecDelta
-
Uses of VecDelta in net.minecraft.network.protocol.game
Classes in net.minecraft.network.protocol.game that implement VecDeltaModifier and TypeClassDescriptionstatic final recordstatic final recordFields in net.minecraft.network.protocol.game declared as VecDeltaModifier and TypeFieldDescriptionprotected final VecDeltaClientboundMoveEntityPacket.deltastatic final VecDeltaVecDelta.ZEROMethods in net.minecraft.network.protocol.game that return VecDeltaModifier and TypeMethodDescriptionClientboundMoveEntityPacket.getPositionDelta()static VecDeltaVecDelta.read(FriendlyByteBuf input, int stepCount) VecDeltaCodec.tryEncode(PositionPath position) Methods in net.minecraft.network.protocol.game with parameters of type VecDeltaModifier and TypeMethodDescriptionstatic voidVecDelta.write(FriendlyByteBuf output, VecDelta delta) Constructors in net.minecraft.network.protocol.game with parameters of type VecDelta -
Uses of VecDelta in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type VecDeltaModifier and TypeMethodDescriptionprivate booleanServerEntity.isFullPrecisionEncodingRequired(Vec3 pos, VecDelta delta)