mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Added few new functions
This commit is contained in:
@@ -145,6 +145,15 @@ public class Character implements Locatable {
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determines if the entity is logged in
|
||||||
|
*
|
||||||
|
* @return <b>true</b> if entity is logged in
|
||||||
|
*/
|
||||||
|
public boolean isLoggedIn(){
|
||||||
|
return accessor.isLoggedIn();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the accessor class
|
* Gets the accessor class
|
||||||
|
|||||||
Reference in New Issue
Block a user