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 TypeMethodDescriptionvoidClientPacketListener.handleMoveEntity(ClientboundMoveEntityPacket packet) 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 classstatic classstatic classMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleMoveEntity(ClientboundMoveEntityPacket packet) Updates the specified entity's position by the specified relative moment and absolute rotation.