Class WrapperStatusServerServerInfo
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.status.clientbound.WrapperStatusServerServerInfo
-
Field Summary
FieldsFields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperStatusServerServerInfo
(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
-
WrapperStatusServerServerInfo
public WrapperStatusServerServerInfo() -
WrapperStatusServerServerInfo
public WrapperStatusServerServerInfo(com.comphenix.protocol.events.PacketContainer packet)
-
-
Method Details
-
getStatus
public com.comphenix.protocol.wrappers.WrappedServerPing getStatus()Retrieves the value of field 'status'- Returns:
- 'status'
-
setStatus
public void setStatus(com.comphenix.protocol.wrappers.WrappedServerPing value) Sets the value of field 'status'- Parameters:
value
- New value for field 'status'
-