JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
net.minecraft.network.protocol.game.VecDeltaCodec
Packages that use
VecDeltaCodec
Package
Description
net.minecraft.server.level
net.minecraft.world.entity
Uses of
VecDeltaCodec
in
net.minecraft.server.level
Fields in
net.minecraft.server.level
declared as
VecDeltaCodec
Modifier and Type
Field
Description
private final
VecDeltaCodec
ServerEntity.
positionCodec
Uses of
VecDeltaCodec
in
net.minecraft.world.entity
Fields in
net.minecraft.world.entity
declared as
VecDeltaCodec
Modifier and Type
Field
Description
private final
VecDeltaCodec
Entity.
packetPositionCodec
Methods in
net.minecraft.world.entity
that return
VecDeltaCodec
Modifier and Type
Method
Description
VecDeltaCodec
Entity.
getPositionCodec
()