mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 00:38:21 +00:00
Made #isLoggedIn static and added Player#getName
This commit is contained in:
@@ -8,4 +8,8 @@ public class Player extends Character {
|
|||||||
public Player(org.rev317.min.accessors.Player accessor, int index) {
|
public Player(org.rev317.min.accessors.Player accessor, int index) {
|
||||||
super(accessor, index);
|
super(accessor, index);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getName(){
|
||||||
|
return this.getName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user