Class PlayerRanking
java.lang.Object
fr.revived.morpheus.game.api.statistics.PlayerRanking
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PlayerRanking.Builderbuilder(GamePlayer player) intintdoublegetKdr()intgetKills()intintbooleanisWinner()
-
Method Details
-
getPlayer
-
getKills
public int getKills() -
getDeaths
public int getDeaths() -
getAssists
public int getAssists() -
getPoints
public int getPoints() -
getPosition
public int getPosition() -
getKdr
public double getKdr() -
isWinner
public boolean isWinner() -
builder
-