Uses of Class
net.minecraft.network.protocol.game.ServerboundPaddleBoatPacket
Packages that use ServerboundPaddleBoatPacket
Package
Description
-
Uses of ServerboundPaddleBoatPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ServerboundPaddleBoatPacketModifier and TypeFieldDescriptionstatic final PacketType
<ServerboundPaddleBoatPacket> GamePacketTypes.SERVERBOUND_PADDLE_BOAT
static final StreamCodec
<FriendlyByteBuf, ServerboundPaddleBoatPacket> ServerboundPaddleBoatPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ServerboundPaddleBoatPacketMethods in net.minecraft.network.protocol.game with parameters of type ServerboundPaddleBoatPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListener.handlePaddleBoat
(ServerboundPaddleBoatPacket p_133760_) -
Uses of ServerboundPaddleBoatPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundPaddleBoatPacketModifier and TypeMethodDescriptionvoid
ServerGamePacketListenerImpl.handlePaddleBoat
(ServerboundPaddleBoatPacket p_9878_) -
Uses of ServerboundPaddleBoatPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundPaddleBoatPacketModifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handlePaddleBoat
(ServerboundPaddleBoatPacket packet)