Interface PingMethod
-
- All Known Implementing Classes:
PaperPingMethod
,ReflectiveLatencyFieldMethod
,ReflectiveLevelEntityPlayerLatencyFieldMethod
,ReflectivePingFieldMethod
,ReflectiveUnmappedLatencyFieldMethod
public interface PingMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPing(org.bukkit.entity.Player player)
java.lang.String
getReasonForUnavailability()
boolean
isAvailable()
-