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 p_105036_) -
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 p_131406_)