public class IntegratedPlayerList extends ServerConfigurationManager
playerEntityList| Constructor and Description |
|---|
IntegratedPlayerList(IntegratedServer par1IntegratedServer) |
| Modifier and Type | Method and Description |
|---|---|
String |
allowUserToConnect(SocketAddress par1SocketAddress,
String par2Str)
checks ban-lists, then white-lists, then space for the server.
|
NBTTagCompound |
getHostPlayerData()
On integrated servers, returns the host's player data to be written to level.dat.
|
IntegratedServer |
getIntegratedServer()
get the associated Integrated Server
|
MinecraftServer |
getServerInstance() |
addOp, addToWhiteList, areCommandsAllowed, createPlayerForUser, findPlayers, func_110459_a, func_72375_a, getAllUsernames, getAvailablePlayerDat, getBannedIPs, getBannedPlayers, getCurrentPlayerCount, getEntityViewDistance, getMaxPlayers, getOps, getPlayerForUsername, getPlayerList, getPlayerListAsString, getViewDistance, getWhiteListedPlayers, initializeConnectionToPlayer, isAllowedToLogin, isWhiteListEnabled, loadWhiteList, playerLoggedIn, playerLoggedOut, readPlayerDataFromFile, removeAllPlayers, removeFromWhitelist, removeOp, respawnPlayer, saveAllPlayerData, sendChatMsg, sendPacketToAllPlayers, sendPacketToAllPlayersInDimension, sendPlayerInfoToAllPlayers, sendToAllNear, sendToAllNearExcept, serverUpdateMountedMovingPlayer, setCommandsAllowedForAll, setGameType, setPlayerManager, setWhiteListEnabled, syncPlayerInventory, transferEntityToWorld, transferEntityToWorld, transferPlayerToDimension, transferPlayerToDimension, updateTimeAndWeatherForPlayerpublic IntegratedPlayerList(IntegratedServer par1IntegratedServer)
public String allowUserToConnect(SocketAddress par1SocketAddress, String par2Str)
allowUserToConnect in class ServerConfigurationManagerpublic IntegratedServer getIntegratedServer()
public NBTTagCompound getHostPlayerData()
getHostPlayerData in class ServerConfigurationManagerpublic MinecraftServer getServerInstance()
getServerInstance in class ServerConfigurationManager