Package com.stardevllc.starmclib.actors
Class ServerActor
java.lang.Object
com.stardevllc.starmclib.actors.ServerActor
- All Implemented Interfaces:
Actor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetName()inthashcode()booleanhasPermission(String permission) booleanisOnline()booleanisServer()voidsendMessage(String message) Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stardevllc.starmclib.actors.Actor
isPlayer, isPlugin, sendColoredMessage
-
Field Details
-
instance
-
serverUUID
-
-
Method Details
-
isServer
public boolean isServer() -
canSee
-
isOnline
public boolean isOnline() -
equals
-
hashcode
public int hashcode() -
sendMessage
- Specified by:
sendMessagein interfaceActor
-
getName
-
hasPermission
- Specified by:
hasPermissionin interfaceActor
-
getConfigString
- Specified by:
getConfigStringin interfaceActor
-