Uses of Class
net.minecraft.network.protocol.game.ClientboundMoveEntityPacket
Packages that use ClientboundMoveEntityPacket
-
Uses of ClientboundMoveEntityPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundMoveEntityPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleMoveEntity
(ClientboundMoveEntityPacket pPacket) Updates the specified entity's position by the specified relative momentum and absolute rotation. -
Uses of ClientboundMoveEntityPacket in net.minecraft.network.protocol.game
Subclasses of ClientboundMoveEntityPacket in net.minecraft.network.protocol.gameModifier and TypeClassDescriptionstatic class
static class
static class
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundMoveEntityPacketModifier and TypeMethodDescriptionabstract PacketType
<? extends ClientboundMoveEntityPacket> ClientboundMoveEntityPacket.type()
Methods in net.minecraft.network.protocol.game with parameters of type ClientboundMoveEntityPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleMoveEntity
(ClientboundMoveEntityPacket pPacket) Updates the specified entity's position by the specified relative moment and absolute rotation.