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 TypeMethodDescriptionvoidClientPacketListener.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_MOTIONstatic final StreamCodec<FriendlyByteBuf, ClientboundSetEntityMotionPacket> ClientboundSetEntityMotionPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetEntityMotion(ClientboundSetEntityMotionPacket p_131434_)