Uses of Class
com.comphenix.protocol.wrappers.WrappedServerPing
Packages that use WrappedServerPing
-
Uses of WrappedServerPing in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedServerPingModifier and TypeMethodDescriptionAbstractStructure.getServerPings()Retrieve a read/write structure for the ServerPing fields in the following packet:
PacketType.Status.Server.SERVER_INFO -
Uses of WrappedServerPing in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedServerPingModifier and TypeMethodDescriptionWrappedServerPing.deepClone()Retrieve a deep copy of the current wrapper object.static WrappedServerPingWrappedServerPing.fromHandle(Object handle)Construct a wrapped server ping from a native NMS object.static WrappedServerPingConstruct a wrapper server ping from an encoded JSON string.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedServerPingModifier and TypeMethodDescriptionstatic EquivalentConverter<WrappedServerPing>BukkitConverters.getWrappedServerPingConverter()Retrieve the converter for the ServerPing packet inPacketType.Status.Server.SERVER_INFO.