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_VEHICLEstatic final StreamCodec<FriendlyByteBuf, ServerboundMoveVehiclePacket> ServerboundMoveVehiclePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidServerGamePacketListener.handleMoveVehicle(ServerboundMoveVehiclePacket p_133759_) -
Uses of ServerboundMoveVehiclePacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundMoveVehiclePacketModifier and TypeMethodDescriptionvoidServerGamePacketListenerImpl.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 TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleMoveVehicle(ServerboundMoveVehiclePacket packet)