Class UserInfo
java.lang.Object
com.djrapitops.plan.gathering.domain.UserInfo
Represents user information stored in plan_user_info.
Unlike BaseUser
one instance is stored per server for a single player.
Proxy servers are an exception, and UserInfo is not stored for them.
-
Constructor Details
-
UserInfo
public UserInfo(UUID playerUUID, ServerUUID serverUUID, long registered, boolean opped, String joinAddress, boolean banned)
-
-
Method Details
-
getPlayerUuid
-
getServerUUID
-
getJoinAddress
-
getRegistered
public long getRegistered() -
isBanned
public boolean isBanned() -
isOperator
public boolean isOperator() -
equals
-
hashCode
public int hashCode() -
toString
-