net.minecraft.server

public abstract class PlayerManager

vo
net.minecraft.unmapped.C_29639016
net.minecraft.server.PlayerManager
net.minecraft.server.management.PlayerList

Field summary

Modifier and TypeField
public static final File
a
f_20306615
PLAYER_BANS_FILE
field_152613_a
public static final File
b
f_05986426
IP_BANS_FILE
field_152614_b
public static final File
c
f_54885966
OPS_FILE
field_152615_c
public static final File
d
f_38020817
WHITELIST_FILE
field_152616_d
private static final org.apache.logging.log4j.Logger
f
f_62199308
LOGGER
field_148546_d
private static final SimpleDateFormat
g
f_95654453
DATE_FORMAT
field_72403_e
private final MinecraftServer
h
f_62192129
server
field_72400_f
private final List<ServerPlayerEntity>
i
f_62748363
players
field_72404_b
private final Map<UUID, ServerPlayerEntity>
j
f_30960328
playersByUuid
field_177454_f
private final PlayerBans
k
f_96467296
bans
field_72401_g
private final IpBans
l
f_37860742
ipBans
field_72413_h
private final Ops
m
f_16318836
ops
field_72414_i
private final Whitelist
n
f_62605414
whitelist
field_72411_j
private final Map<UUID, ServerPlayerStats>
o
f_62481169
stats
field_148547_k
private final Map<UUID, PlayerAdvancements>
p
f_45601446
advancements
field_192055_p
private PlayerDataStorage
q
f_59721975
dataStorage
field_72412_k
private boolean
r
f_36927288
enforceWhitelist
field_72409_l
protected int
e
f_91314614
maxPlayerCount
field_72405_c
private int
s
f_75701575
viewDistance
field_72402_d
private GameMode
t
f_60381715
defaultGameMode
field_72410_m
private boolean
u
f_17838442
allowCommands
field_72407_n
private int
v
f_80729674
pingUpdateTime
field_72408_o

Constructor summary

ModifierConstructor
public (MinecraftServer server)

Method summary

Modifier and TypeMethod
public void
a(hw arg0, te arg1)
m_36881326(C_05587068 arg0, C_49202226 arg1)
onLogin(Connection connection, ServerPlayerEntity player)
func_72355_a(NetworkManager arg0, EntityPlayerMP arg1)
protected void
a(pr arg0, te arg1)
m_60911833(C_65753899 arg0, C_49202226 arg1)
updateScoreboard(ServerScoreboard scoreboard, ServerPlayerEntity player)
func_96456_a(ServerScoreboard arg0, EntityPlayerMP arg1)
public void
a(tc[] arg0)
m_51565958(C_70668269[] arg0)
setWorld(ServerWorld[] worlds)
func_72364_a(WorldServer[] arg0)
public void
a(te arg0, tc arg1)
m_31698239(C_49202226 arg0, C_70668269 arg1)
onChangedDimension(ServerPlayerEntity player, ServerWorld prevWorld)
func_72375_a(EntityPlayerMP arg0, WorldServer arg1)
public int
d()
m_46770073()
getViewDistance()
func_72372_a()
public NbtCompound
a(te arg0)
m_45301261(C_49202226 arg0)
load(ServerPlayerEntity player)
func_72380_a(EntityPlayerMP arg0)
protected void
b(te arg0)
m_76966139(C_49202226 arg0)
save(ServerPlayerEntity player)
func_72391_b(EntityPlayerMP arg0)
public void
c(te arg0)
m_43884899(C_49202226 arg0)
add(ServerPlayerEntity player)
func_72377_c(EntityPlayerMP arg0)
public void
d(te arg0)
m_08405541(C_49202226 arg0)
move(ServerPlayerEntity player)
func_72358_d(EntityPlayerMP arg0)
public void
e(te arg0)
m_11782271(C_49202226 arg0)
remove(ServerPlayerEntity player)
func_72367_e(EntityPlayerMP arg0)
public Text
a(SocketAddress arg0, GameProfile arg1)
m_23808341(SocketAddress arg0, com.mojang.authlib.GameProfile arg1)
canLogin(SocketAddress address, com.mojang.authlib.GameProfile profile)
func_206258_a(SocketAddress arg0, com.mojang.authlib.GameProfile arg1)
public ServerPlayerEntity
g(GameProfile arg0)
m_95227126(com.mojang.authlib.GameProfile arg0)
createForLogin(com.mojang.authlib.GameProfile profile)
func_148545_a(com.mojang.authlib.GameProfile arg0)
public ServerPlayerEntity
a(te arg0, int arg1, boolean arg2)
m_21386662(C_49202226 arg0, int arg1, boolean arg2)
respawn(ServerPlayerEntity player, int dimension, boolean alive)
func_72368_a(EntityPlayerMP arg0, int arg1, boolean arg2)
public void
f(te arg0)
m_14308864(C_49202226 arg0)
updatePermissions(ServerPlayerEntity player)
func_187243_f(EntityPlayerMP arg0)
public void
a(te arg0, int arg1)
m_97100336(C_49202226 arg0, int arg1)
changeDimension(ServerPlayerEntity player, int dimension)
func_187242_a(EntityPlayerMP arg0, int arg1)
public void
a(aeo arg0, int arg1, tc arg2, tc arg3)
m_56584674(C_42232651 arg0, int arg1, C_70668269 arg2, C_70668269 arg3)
changeDimension(Entity entity, int dimension, ServerWorld fromWorld, ServerWorld toWorld)
func_82448_a(Entity arg0, int arg1, WorldServer arg2, WorldServer arg3)
public void
e()
m_23443588()
tick()
func_72374_b()
public void
a(iv<?> arg0)
m_05763283(C_03562565<?> arg0)
sendPacket(Packet<?> packet)
func_148540_a(Packet<?> arg0)
public void
a(iv<?> arg0, int arg1)
m_53832545(C_03562565<?> arg0, int arg1)
sendPacket(Packet<?> packet, int dimension)
func_148537_a(Packet<?> arg0, int arg1)
public void
a(aoc arg0, ij arg1)
m_89484526(C_40996800 arg0, C_95231345 arg1)
sendMessageToTeamMembers(PlayerEntity source, Text message)
func_177453_a(EntityPlayer arg0, ITextComponent arg1)
public void
b(aoc arg0, ij arg1)
m_43001346(C_40996800 arg0, C_95231345 arg1)
sendMessageToNonTeamMembers(PlayerEntity source, Text message)
func_177452_b(EntityPlayer arg0, ITextComponent arg1)
public String[]
f()
m_28695205()
getNames()
func_72369_d()
public PlayerBans
h()
m_74375556()
getBans()
func_152608_h()
public IpBans
i()
m_90601486()
getIpBans()
func_72363_f()
public void
a(GameProfile arg0)
m_16677163(com.mojang.authlib.GameProfile arg0)
addOp(com.mojang.authlib.GameProfile profile)
func_152605_a(com.mojang.authlib.GameProfile arg0)
public void
b(GameProfile arg0)
m_26800521(com.mojang.authlib.GameProfile arg0)
removeOp(com.mojang.authlib.GameProfile profile)
func_152610_b(com.mojang.authlib.GameProfile arg0)
private void
b(te arg0, int arg1)
m_73418764(C_49202226 arg0, int arg1)
updatePermissions(ServerPlayerEntity player, int permissions)
func_187245_a(EntityPlayerMP arg0, int arg1)
public boolean
e(GameProfile arg0)
m_31175090(com.mojang.authlib.GameProfile arg0)
isWhitelisted(com.mojang.authlib.GameProfile profile)
func_152607_e(com.mojang.authlib.GameProfile arg0)
public boolean
h(GameProfile arg0)
m_55622692(com.mojang.authlib.GameProfile arg0)
isOp(com.mojang.authlib.GameProfile profile)
func_152596_g(com.mojang.authlib.GameProfile arg0)
public ServerPlayerEntity
a(String arg0)
m_77290284(String arg0)
get(String name)
func_152612_a(String arg0)
public void
a(aoc arg0, double arg1, double arg2, double arg3, double arg4, int arg5, iv<?> arg6)
m_52887022(C_40996800 arg0, double arg1, double arg2, double arg3, double arg4, int arg5, C_03562565<?> arg6)
sendPacket(PlayerEntity source, double x, double y, double z, double range, int dimension, Packet<?> packet)
func_148543_a(EntityPlayer arg0, double arg1, double arg2, double arg3, double arg4, int arg5, Packet<?> arg6)
public void
j()
m_91002909()
saveAll()
func_72389_g()
public Whitelist
k()
m_12096449()
getWhitelist()
func_152599_k()
public String[]
l()
m_90685197()
getWhitelistNames()
func_152598_l()
public Ops
m()
m_44723700()
getOps()
func_152603_m()
public String[]
n()
m_22833525()
getOpNames()
func_152606_n()
public void
a()
m_41363284()
reloadWhitelist()
func_187244_a()
public void
b(te arg0, tc arg1)
m_18431033(C_49202226 arg0, C_70668269 arg1)
sendWorldInfo(ServerPlayerEntity player, ServerWorld world)
func_72354_b(EntityPlayerMP arg0, WorldServer arg1)
public void
g(te arg0)
m_44114554(C_49202226 arg0)
sendPlayerInfo(ServerPlayerEntity player)
func_72385_f(EntityPlayerMP arg0)
public int
o()
m_43683916()
getCount()
func_72394_k()
public int
p()
m_09531026()
getMaxCount()
func_72352_l()
public String[]
q()
m_42553081()
getSavedIds()
func_72373_m()
public boolean
r()
m_27156303()
isWhitelistEnforced()
func_72383_n()
public void
a(boolean arg0)
m_11270465(boolean arg0)
setEnforceWhitelist(boolean enforce)
func_72371_a(boolean arg0)
public List<ServerPlayerEntity>
b(String arg0)
m_56329125(String arg0)
getAtIp(String ip)
func_72382_j(String arg0)
public int
s()
m_76591142()
getChunkViewDistance()
func_72395_o()
public MinecraftServer
c()
m_63868747()
getServer()
func_72365_p()
public NbtCompound
t()
m_85860072()
getSingleplayerData()
func_72378_q()
private void
a(te arg0, te arg1, axt arg2)
m_03287640(C_49202226 arg0, C_49202226 arg1, C_49764715 arg2)
copyGameMode(ServerPlayerEntity player, ServerPlayerEntity oldPlayer, WorldAccess world)
func_72381_a(EntityPlayerMP arg0, EntityPlayerMP arg1, IWorld arg2)
public void
u()
m_28285807()
onServerClosed()
func_72392_r()
public void
a(ij arg0, boolean arg1)
m_77825103(C_95231345 arg0, boolean arg1)
sendMessage(Text message, boolean system)
func_148544_a(ITextComponent arg0, boolean arg1)
public void
a(ij arg0)
m_98144661(C_95231345 arg0)
sendSystemMessage(Text message)
func_148539_a(ITextComponent arg0)
public ServerPlayerStats
a(aoc arg0)
m_43052793(C_40996800 arg0)
getStats(PlayerEntity player)
func_152602_a(EntityPlayer arg0)
public PlayerAdvancements
h(te arg0)
m_50760435(C_49202226 arg0)
getAdvancements(ServerPlayerEntity player)
func_192054_h(EntityPlayerMP arg0)
public void
a(int arg0)
m_23003724(int arg0)
updateViewDistance(int viewDistance)
func_152611_a(int arg0)
public List<ServerPlayerEntity>
v()
m_90939046()
getAll()
func_181057_v()
public ServerPlayerEntity
a(UUID arg0)
m_26937057(UUID arg0)
get(UUID uuid)
func_177451_a(UUID arg0)
public boolean
f(GameProfile arg0)
m_65870154(com.mojang.authlib.GameProfile arg0)
canBypassPlayerLimit(com.mojang.authlib.GameProfile profile)
func_183023_f(com.mojang.authlib.GameProfile arg0)
public void
w()
m_56867769()
reloadResources()
func_193244_w()
public boolean
x()
m_31709218()
allowCommands()
func_206257_x()
public void
a(axp arg0)
m_07857173(C_36868821 arg0)
setDefaultGameMode(GameMode gameMode)
func_152604_a(GameType arg0)
public void
c(boolean arg0)
m_74774286(boolean arg0)
setAllowCommands(boolean allowCommands)
func_72387_b(boolean arg0)