net.minecraft.server

public class UserConverter

sf
net.minecraft.unmapped.C_49799313
net.minecraft.server.UserConverter

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
e
f_32478392
LOGGER
public static final File
a
f_07898430
IP_BANS_FILE
public static final File
b
f_26275630
PLAYER_BANS_FILE
public static final File
c
f_78982415
OPS_FILE
public static final File
d
f_85153342
WHITELIST_FILE

Method summary

Modifier and TypeMethod
static List
a(File arg0, Map arg1)
m_06658636(File arg0, Map arg1)
parsePlayerList(File file, Map data)
private static void
a(MinecraftServer arg0, Collection arg1, ProfileLookupCallback arg2)
m_40193502(MinecraftServer arg0, Collection arg1, com.mojang.authlib.ProfileLookupCallback arg2)
findProfiles(MinecraftServer server, Collection names, com.mojang.authlib.ProfileLookupCallback callback)
public static boolean
a(MinecraftServer arg0)
m_50760312(MinecraftServer arg0)
convertPlayerBans(MinecraftServer server)
public static boolean
b(MinecraftServer arg0)
m_58878322(MinecraftServer arg0)
convertIpBans(MinecraftServer server)
public static boolean
c(MinecraftServer arg0)
m_71489961(MinecraftServer arg0)
convertOps(MinecraftServer server)
public static boolean
d(MinecraftServer arg0)
m_21706877(MinecraftServer arg0)
convertWhitelist(MinecraftServer server)
public static String
a(String arg0)
m_67302939(String arg0)
convertMobOwner(String playerName)
public static boolean
a(po arg0, pl arg1)
m_80161304(C_06377171 arg0, C_68604032 arg1)
convertPlayers(DedicatedServer server, ServerProperties properties)
private static void
b(File arg0)
m_62336532(File arg0)
mkdirs(File dir)
public static boolean
a(pl arg0)
m_76137957(C_68604032 arg0)
areUsersConverted(ServerProperties properties)
private static boolean
b(pl arg0)
m_51953059(C_68604032 arg0)
areUserListsConverted(ServerProperties properties)
private static boolean
c(pl arg0)
m_24550662(C_68604032 arg0)
arePlayersConverted(ServerProperties properties)
private static File
d(pl arg0)
m_91369895(C_68604032 arg0)
getWorldPlayersDir(ServerProperties properties)
private static void
c(File arg0)
m_57970374(File arg0)
markUserListConverted(File file)
private static Date
b(String arg0, Date arg1)
m_93720743(String arg0, Date arg1)
parseDateOrDefault(String s, Date defaultValue)