net.minecraft.server

public class UserConverter

vo
net.minecraft.unmapped.C_49799313
net.minecraft.server.UserConverter
net.minecraft.server.management.PreYggdrasilConverter

Field summary

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

Method summary

Modifier and TypeMethod
static List<String>
a(File arg0, Map<String, String[]> arg1)
m_06658636(File arg0, Map<String, String[]> arg1)
parsePlayerList(File file, Map<String, String[]> data)
func_152721_a(File arg0, Map<String, String[]> arg1)
private static void
a(MinecraftServer arg0, Collection<String> arg1, ProfileLookupCallback arg2)
m_40193502(MinecraftServer arg0, Collection<String> arg1, com.mojang.authlib.ProfileLookupCallback arg2)
findProfiles(MinecraftServer server, Collection<String> names, com.mojang.authlib.ProfileLookupCallback callback)
func_152717_a(MinecraftServer arg0, Collection<String> arg1, com.mojang.authlib.ProfileLookupCallback arg2)
public static boolean
a(MinecraftServer arg0)
m_50760312(MinecraftServer arg0)
convertPlayerBans(MinecraftServer server)
func_152724_a(MinecraftServer arg0)
public static boolean
b(MinecraftServer arg0)
m_58878322(MinecraftServer arg0)
convertIpBans(MinecraftServer server)
func_152722_b(MinecraftServer arg0)
public static boolean
c(MinecraftServer arg0)
m_71489961(MinecraftServer arg0)
convertOps(MinecraftServer server)
func_152718_c(MinecraftServer arg0)
public static boolean
d(MinecraftServer arg0)
m_21706877(MinecraftServer arg0)
convertWhitelist(MinecraftServer server)
func_152710_d(MinecraftServer arg0)
public static String
a(MinecraftServer arg0, String arg1)
m_67302939(MinecraftServer arg0, String arg1)
convertMobOwner(MinecraftServer server, String name)
func_187473_a(MinecraftServer arg0, String arg1)
public static boolean
a(so arg0, ps arg1)
m_80161304(C_06377171 arg0, C_68604032 arg1)
convertPlayers(DedicatedServer server, ServerProperties properties)
func_152723_a(DedicatedServer arg0, PropertyManager arg1)
private static void
b(File arg0)
m_62336532(File arg0)
mkdirs(File dir)
func_152711_b(File arg0)
public static boolean
a(ps arg0)
m_76137957(C_68604032 arg0)
areUsersConverted(ServerProperties properties)
func_152714_a(PropertyManager arg0)
private static boolean
b(ps arg0)
m_51953059(C_68604032 arg0)
areUserListsConverted(ServerProperties properties)
func_152712_b(PropertyManager arg0)
private static boolean
c(ps arg0)
m_24550662(C_68604032 arg0)
arePlayersConverted(ServerProperties properties)
func_152715_c(PropertyManager arg0)
private static File
d(ps arg0)
m_91369895(C_68604032 arg0)
getWorldPlayersDir(ServerProperties properties)
func_152725_d(PropertyManager arg0)
private static void
c(File arg0)
m_57970374(File arg0)
markUserListConverted(File file)
func_152727_c(File arg0)
private static Date
b(String arg0, Date arg1)
m_93720743(String arg0, Date arg1)
parseDateOrDefault(String s, Date defaultValue)
func_152713_b(String arg0, Date arg1)