Uses of Class
net.minecraft.network.protocol.game.ServerboundMoveVehiclePacket
Packages that use ServerboundMoveVehiclePacket
Package
Description
-
Uses of ServerboundMoveVehiclePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundMoveVehiclePacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundMoveVehiclePacket> GamePacketTypes.SERVERBOUND_MOVE_VEHICLE
static final StreamCodec
<FriendlyByteBuf, ServerboundMoveVehiclePacket> ServerboundMoveVehiclePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundMoveVehiclePacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handleMoveVehicle
(ServerboundMoveVehiclePacket p_133759_) -
Uses of ServerboundMoveVehiclePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handleMoveVehicle
(ServerboundMoveVehiclePacket p_9876_) -
Uses of ServerboundMoveVehiclePacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleMoveVehicle
(ServerboundMoveVehiclePacket packet)