Added few new functions

This commit is contained in:
JKetelaar
2014-08-19 03:06:04 +02:00
parent 7216426567
commit ac493da662
@@ -146,6 +146,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
* @return RefClass of accessor * @return RefClass of accessor