Class WrapperPlayClientClientCommand
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientClientCommand
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientClientCommand
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
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'
-