Package net.minecraft.src
Class IntegratedPlayerList
java.lang.Object
net.minecraft.src.ServerConfigurationManager
net.minecraft.src.IntegratedPlayerList
-
Field Summary
Fields inherited from class net.minecraft.src.ServerConfigurationManager
maxPlayers, playerEntityList, viewDistance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowUserToConnect(SocketAddress par1SocketAddress, String par2Str) checks ban-lists, then white-lists, then space for the server.On integrated servers, returns the host's player data to be written to level.dat.get the associated Integrated Serverprotected voidwritePlayerData(EntityPlayerMP par1EntityPlayerMP) also stores the NBTTags if this is an intergratedPlayerListMethods inherited from class net.minecraft.src.ServerConfigurationManager
addOp, addToWhiteList, createPlayerForUser, findPlayers, func_110459_a, func_72375_a, func_96456_a, getAllUsernames, getAvailablePlayerDat, getBannedIPs, getBannedPlayers, getCurrentPlayerCount, getEntityViewDistance, getMaxPlayers, getOps, getPlayerEntity, getPlayerList, getPlayerListAsString, getViewDistance, getWhiteListedPlayers, initializeConnectionToPlayer, isAllowedToLogin, isPlayerOpped, isWhiteListEnabled, loadWhiteList, playerLoggedIn, playerLoggedOut, readPlayerDataFromFile, removeAllPlayers, removeFromWhitelist, removeOp, respawnPlayer, saveAllPlayerData, sendChatMsg, sendPacketToAllPlayers, sendPacketToAllPlayersInDimension, sendPlayerInfoToAllPlayers, sendToAllNear, sendToAllNearExcept, serverUpdateMountedMovingPlayer, setCommandsAllowedForAll, setGameType, setPlayerManager, setWhiteListEnabled, syncPlayerInventory, transferEntityToWorld, transferPlayerToDimension, updateTimeAndWeatherForPlayer
-
Constructor Details
-
IntegratedPlayerList
-
-
Method Details
-
writePlayerData
also stores the NBTTags if this is an intergratedPlayerList- Overrides:
writePlayerDatain classServerConfigurationManager
-
allowUserToConnect
checks ban-lists, then white-lists, then space for the server. Returns null on success, or an error message- Overrides:
allowUserToConnectin classServerConfigurationManager
-
getIntegratedServer
get the associated Integrated Server -
getHostPlayerData
On integrated servers, returns the host's player data to be written to level.dat.- Overrides:
getHostPlayerDatain classServerConfigurationManager
-
getServerInstance
- Overrides:
getServerInstancein classServerConfigurationManager
-