MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / addPlayer

Method addPlayer

src/main/java/manager/Rank.java:36–38  ·  view source on GitHub ↗
(String playerID)

Source from the content-addressed store, hash-verified

34 }
35
36 public void addPlayer(String playerID) {
37 this.players.add(playerID);
38 }
39
40 public boolean changeRank(String playerID, int level) {
41 boolean found = this.players.remove(playerID);

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected