Class DefaultClientUser
java.lang.Object
com.iohao.net.extension.client.user.DefaultClientUser
- All Implemented Interfaces:
AttrOptionDynamic, ClientUser
Default client-side user model.
Developers can extend business data through dynamic attributes,
such as currency, battle power, HP, and more.
ClientUser can also be extended via inheritance.
- 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
-