public class DedicatedPlayerList extends PlayerList
FILE_IPBANS, FILE_OPS, FILE_PLAYERBANS, FILE_WHITELIST, maxPlayers
コンストラクタと説明 |
---|
DedicatedPlayerList(DedicatedServer server) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addOp(com.mojang.authlib.GameProfile profile) |
boolean |
bypassesPlayerLimit(com.mojang.authlib.GameProfile profile) |
boolean |
canJoin(com.mojang.authlib.GameProfile profile) |
DedicatedServer |
getServer() |
void |
reloadWhitelist() |
void |
removeOp(com.mojang.authlib.GameProfile profile) |
void |
setWhiteListEnabled(boolean whitelistEnabled) |
addPlayer, canPlayerLogin, canSendCommands, commandsAllowedForAll, createPlayerForUser, func_212504_a, getBannedIPs, getBannedPlayers, getCurrentPlayerCount, getHostPlayerData, getMaxPlayers, getOnlinePlayerNames, getOppedPlayerNames, getOppedPlayers, getPlayerAdvancements, getPlayerByUsername, getPlayerByUUID, getPlayers, getPlayersMatchingAddress, getPlayerStats, getViewDistance, getWhitelistedPlayerNames, getWhitelistedPlayers, initializeConnectionToPlayer, isWhiteListEnabled, playerLoggedOut, readPlayerDataFromFile, recreatePlayerEntity, reloadResources, removeAllPlayers, removePlayer, saveAllPlayerData, sendInventory, sendMessage, sendMessage, sendMessageToAllTeamMembers, sendMessageToTeamOrAllPlayers, sendPacketToAllPlayers, sendPacketToAllPlayersInDimension, sendScoreboard, sendToAllNearExcept, sendWorldInfo, setCommandsAllowedForAll, setGameType, setViewDistance, tick, updatePermissionLevel, writePlayerData
public DedicatedPlayerList(DedicatedServer server)
public void setWhiteListEnabled(boolean whitelistEnabled)
setWhiteListEnabled
クラス内 PlayerList
public void addOp(com.mojang.authlib.GameProfile profile)
addOp
クラス内 PlayerList
public void removeOp(com.mojang.authlib.GameProfile profile)
removeOp
クラス内 PlayerList
public void reloadWhitelist()
reloadWhitelist
クラス内 PlayerList
public boolean canJoin(com.mojang.authlib.GameProfile profile)
canJoin
クラス内 PlayerList
public DedicatedServer getServer()
getServer
クラス内 PlayerList
public boolean bypassesPlayerLimit(com.mojang.authlib.GameProfile profile)
bypassesPlayerLimit
クラス内 PlayerList