Interface PingMethod

All Known Implementing Classes:
PaperPingMethod, ReflectiveLatencyFieldMethod, ReflectiveLevelEntityPlayerLatencyFieldMethod, ReflectivePingFieldMethod, ReflectiveUnmappedLatencyFieldMethod, SpigotPingMethod

public interface PingMethod
  • Method Details

    • isAvailable

      boolean isAvailable()
    • getPing

      int getPing(org.bukkit.entity.Player player)
    • getReasonForUnavailability

      String getReasonForUnavailability()