Class PlayerNetwork
java.lang.Object
me.clientastisch.cardinal.controller.PlayerNetwork
- Since:
- CAC v. 5.4.30
- Author:
- micartey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the all-time average pinglonggetAveragePing(int length) Get the all-time average ping
-
Constructor Details
-
PlayerNetwork
public PlayerNetwork()
-
-
Method Details
-
getAveragePing
public long getAveragePing()Get the all-time average ping- Returns:
- ping
-
getAveragePing
public long getAveragePing(int length) Get the all-time average ping- Returns:
- ping
-