Class ClientCommand

java.lang.Object
net.md_5.bungee.protocol.DefinedPacket
net.md_5.bungee.protocol.packet.ClientCommand

public class ClientCommand extends DefinedPacket
  • Constructor Details

    • ClientCommand

      public ClientCommand()
    • ClientCommand

      public ClientCommand(String command, long timestamp, long salt, Map<String,byte[]> signatures, boolean signedPreview, ChatChain chain, SeenMessages seenMessages)
  • Method Details

    • read

      public void read(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)
      Overrides:
      read in class DefinedPacket
    • write

      public void write(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion)
      Overrides:
      write in class DefinedPacket
    • handle

      public void handle(AbstractPacketHandler handler) throws Exception
      Specified by:
      handle in class DefinedPacket
      Throws:
      Exception
    • getCommand

      public String getCommand()
    • getTimestamp

      public long getTimestamp()
    • getSalt

      public long getSalt()
    • getSignatures

      public Map<String,byte[]> getSignatures()
    • isSignedPreview

      public boolean isSignedPreview()
    • getChain

      public ChatChain getChain()
    • getSeenMessages

      public SeenMessages getSeenMessages()
    • setCommand

      public void setCommand(String command)
    • setTimestamp

      public void setTimestamp(long timestamp)
    • setSalt

      public void setSalt(long salt)
    • setSignatures

      public void setSignatures(Map<String,byte[]> signatures)
    • setSignedPreview

      public void setSignedPreview(boolean signedPreview)
    • setChain

      public void setChain(ChatChain chain)
    • setSeenMessages

      public void setSeenMessages(SeenMessages seenMessages)
    • toString

      public String toString()
      Specified by:
      toString in class DefinedPacket
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class DefinedPacket
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class DefinedPacket