Class ServerboundChatCommandPacket

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

public class ServerboundChatCommandPacket extends Object implements MinecraftPacket
  • Constructor Details

    • ServerboundChatCommandPacket

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

      public ServerboundChatCommandPacket(String command)
  • Method Details