Package | Description |
---|---|
com.comphenix.protocol.events | |
com.comphenix.protocol.wrappers |
Modifier and Type | Method and Description |
---|---|
StructureModifier<WrappedServerPing> |
PacketContainer.getServerPings()
Retrieve a read/write structure for the ServerPing fields in the following packet:
PacketType.Status.Server#OUT_SERVER_INFO
|
Modifier and Type | Method and Description |
---|---|
WrappedServerPing |
WrappedServerPing.deepClone()
Retrieve a deep copy of the current wrapper object.
|
static WrappedServerPing |
WrappedServerPing.fromHandle(java.lang.Object handle)
Construct a wrapped server ping from a native NMS object.
|
static WrappedServerPing |
WrappedServerPing.fromJson(java.lang.String json)
Construct a wrapper server ping from an encoded JSON string.
|
Modifier and Type | Method and Description |
---|---|
static EquivalentConverter<WrappedServerPing> |
BukkitConverters.getWrappedServerPingConverter()
Retrieve the converter for the ServerPing packet in
PacketType.Status.Server#OUT_SERVER_INFO . |