| Package | Description |
|---|---|
| com.smartfoxserver.v2.api | |
| com.smartfoxserver.v2.entities | |
| com.smartfoxserver.v2.mmo | |
| com.smartfoxserver.v2.util |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends IPlayerIdGenerator> |
CreateRoomSettings.getCustomPlayerIdGeneratorClass()
Get the PlayerId Generator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRoomSettings.setCustomPlayerIdGeneratorClass(java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass)
All Game Rooms by default use the SFS2X default PlayerId Generator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SFSRoom.setGame(boolean game,
java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass) |
void |
Room.setGame(boolean b,
java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
MMORoom.setGame(boolean game,
java.lang.Class<? extends IPlayerIdGenerator> customPlayerIdGeneratorClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlayerIdGenerator |