Uses of Class
net.minecraft.network.protocol.game.VecDeltaCodec
Packages that use VecDeltaCodec
Package
Description
-
Uses of VecDeltaCodec in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type VecDeltaCodecModifier and TypeMethodDescriptionVecDelta.decode(VecDeltaCodec positionCodec) VecDelta.Linear.decode(VecDeltaCodec positionCodec) VecDelta.Stepped.decode(VecDeltaCodec positionCodec) static @Nullable VecDelta.SteppedVecDelta.Stepped.tryEncode(VecDeltaCodec positionCodec, List<PositionStep> steps) -
Uses of VecDeltaCodec in net.minecraft.server.level
Fields in net.minecraft.server.level declared as VecDeltaCodec -
Uses of VecDeltaCodec in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as VecDeltaCodecMethods in net.minecraft.world.entity that return VecDeltaCodec