Uses of Record Class
net.minecraft.network.protocol.game.ClientboundMoveVehiclePacket
Packages that use ClientboundMoveVehiclePacket
-
Uses of ClientboundMoveVehiclePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleMoveVehicle
(ClientboundMoveVehiclePacket pPacket) -
Uses of ClientboundMoveVehiclePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundMoveVehiclePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundMoveVehiclePacket> GamePacketTypes.CLIENTBOUND_MOVE_VEHICLE
static final StreamCodec
<FriendlyByteBuf, ClientboundMoveVehiclePacket> ClientboundMoveVehiclePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return ClientboundMoveVehiclePacketModifier and TypeMethodDescriptionstatic ClientboundMoveVehiclePacket
ClientboundMoveVehiclePacket.fromEntity
(Entity pEntity) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundMoveVehiclePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleMoveVehicle
(ClientboundMoveVehiclePacket pPacket)