Class WrapperPlayClientClientCommand

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientClientCommand

public class WrapperPlayClientClientCommand extends AbstractPacket
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
  • Constructor Details

    • WrapperPlayClientClientCommand

      public WrapperPlayClientClientCommand()
    • WrapperPlayClientClientCommand

      public WrapperPlayClientClientCommand(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getAction

      public com.comphenix.protocol.wrappers.EnumWrappers.ClientCommand getAction()
      Retrieves the action to perform
      Returns:
      'action'
    • setAction

      public void setAction(com.comphenix.protocol.wrappers.EnumWrappers.ClientCommand value)
      Sets the action to perform
      Parameters:
      value - New value for field 'action'