Uses of Interface
com.smartfoxserver.v2.util.IPlayerIdGenerator
-
Packages that use IPlayerIdGenerator Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities com.smartfoxserver.v2.mmo com.smartfoxserver.v2.util -
-
Uses of IPlayerIdGenerator in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api that return types with arguments of type IPlayerIdGenerator Modifier and Type Method Description java.lang.Class<? extends IPlayerIdGenerator>
CreateRoomSettings. getCustomPlayerIdGeneratorClass()
Get the PlayerId Generator class.Method parameters in com.smartfoxserver.v2.api with type arguments of type IPlayerIdGenerator Modifier and Type Method Description void
CreateRoomSettings. setCustomPlayerIdGeneratorClass(java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass)
All Game Rooms by default use the SFS2X default PlayerId Generator class. -
Uses of IPlayerIdGenerator in com.smartfoxserver.v2.entities
Method parameters in com.smartfoxserver.v2.entities with type arguments of type IPlayerIdGenerator Modifier and Type Method Description void
Room. setGame(boolean b, java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass)
void
SFSRoom. setGame(boolean game, java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass)
-
Uses of IPlayerIdGenerator in com.smartfoxserver.v2.mmo
Method parameters in com.smartfoxserver.v2.mmo with type arguments of type IPlayerIdGenerator Modifier and Type Method Description void
MMORoom. setGame(boolean game, java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass)
-
Uses of IPlayerIdGenerator in com.smartfoxserver.v2.util
Classes in com.smartfoxserver.v2.util that implement IPlayerIdGenerator Modifier and Type Class Description class
DefaultPlayerIdGenerator
-