Class ServerboundClientCommandPacket

java.lang.Object
org.geysermc.mcprotocollib.protocol.packet.ingame.serverbound.ServerboundClientCommandPacket
All Implemented Interfaces:
Packet, MinecraftPacket

public class ServerboundClientCommandPacket extends Object implements MinecraftPacket
  • Constructor Details

    • ServerboundClientCommandPacket

      public ServerboundClientCommandPacket(io.netty.buffer.ByteBuf in, MinecraftCodecHelper helper)
    • ServerboundClientCommandPacket

      public ServerboundClientCommandPacket(@NonNull @NonNull ClientCommand request)
  • Method Details