Uses of Class
net.minecraft.network.protocol.game.ClientboundSetEntityMotionPacket
Packages that use ClientboundSetEntityMotionPacket
-
Uses of ClientboundSetEntityMotionPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetEntityMotionPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetEntityMotion
(ClientboundSetEntityMotionPacket p_105092_) -
Uses of ClientboundSetEntityMotionPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetEntityMotionPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetEntityMotionPacket> GamePacketTypes.CLIENTBOUND_SET_ENTITY_MOTION
static final StreamCodec
<FriendlyByteBuf, ClientboundSetEntityMotionPacket> ClientboundSetEntityMotionPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetEntityMotionPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetEntityMotionPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetEntityMotion
(ClientboundSetEntityMotionPacket p_131434_)