| Modifier and Type | Field and Description |
|---|---|
private PlayerList |
MinecraftServer.playerList |
| Modifier and Type | Method and Description |
|---|---|
PlayerList |
MinecraftServer.getPlayerList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MinecraftServer.setPlayerList(PlayerList list) |
| Modifier and Type | Class and Description |
|---|---|
class |
DedicatedPlayerList |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegratedPlayerList |
| Modifier and Type | Field and Description |
|---|---|
private PlayerList |
NetworkDispatcher.scm |
| Modifier and Type | Method and Description |
|---|---|
static NetworkDispatcher |
NetworkDispatcher.allocAndSet(NetworkManager manager,
PlayerList scm) |
| Constructor and Description |
|---|
NetworkDispatcher(NetworkManager manager,
PlayerList scm) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FMLNetworkHandler.fmlServerHandshake(PlayerList scm,
NetworkManager manager,
EntityPlayerMP player) |