Class WrapperPlayClientTabComplete
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientTabComplete
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientTabComplete
(com.comphenix.protocol.events.PacketContainer packet) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the value of field 'command'int
getId()
Retrieves the value of field 'id'void
setCommand
(String value) Sets the value of field 'command'void
setId
(int value) Sets the value of field 'id'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
-
WrapperPlayClientTabComplete
public WrapperPlayClientTabComplete() -
WrapperPlayClientTabComplete
public WrapperPlayClientTabComplete(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getId
public int getId()Retrieves the value of field 'id'- Returns:
- 'id'
-
setId
public void setId(int value) Sets the value of field 'id'- Parameters:
value
- New value for field 'id'
-
getCommand
Retrieves the value of field 'command'- Returns:
- 'command'
-
setCommand
Sets the value of field 'command'- Parameters:
value
- New value for field 'command'
-