Class WrapperStatusClientPing
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.status.serverbound.WrapperStatusClientPing
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperStatusClientPing
(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
-
WrapperStatusClientPing
public WrapperStatusClientPing() -
WrapperStatusClientPing
public WrapperStatusClientPing(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getTime
public long getTime()Retrieves the value of field 'time'- Returns:
- 'time'
-
setTime
public void setTime(long value) Sets the value of field 'time'- Parameters:
value
- New value for field 'time'
-