Class DefaultClientUser
java.lang.Object
com.iohao.net.extension.client.user.DefaultClientUser
- All Implemented Interfaces:
AttrOptionDynamic, ClientUser
客户端的用户(用户)
开发者可以通过动态属性来扩展业务,比如可以在动态属性中保存货币、战力值、血条 ...等
也可以通过继承的方式来扩展 ClientUser。
- Author:
- 渔民小镇
- date:
- 2023-07-09
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttrOptionDynamic
getOptions, ifNull, ifPresent, option, option, optionValueMethods inherited from interface ClientUser
getClientUserChannel, getClientUserInputCommands, getJwt, getNickname, getUserId, isActive, setInputCommandRegions, setJwt, setNickname, setUserId
-
Constructor Details
-
DefaultClientUser
public DefaultClientUser()
-
-
Method Details
-
callbackInputCommandRegion
public void callbackInputCommandRegion()- Specified by:
callbackInputCommandRegionin interfaceClientUser
-