Class WrapperPlayClientChatAck
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.serverbound.WrapperPlayClientChatAck
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperPlayClientChatAck
(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
-
WrapperPlayClientChatAck
public WrapperPlayClientChatAck() -
WrapperPlayClientChatAck
public WrapperPlayClientChatAck(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getOffset
public int getOffset()Retrieves the value of field 'offset'- Returns:
- 'offset'
-
setOffset
public void setOffset(int value) Sets the value of field 'offset'- Parameters:
value
- New value for field 'offset'
-