Uses of Interface
com.mojang.authlib.ProfileLookupCallback
Packages that use ProfileLookupCallback
-
Uses of ProfileLookupCallback in com.mojang.authlib
Methods in com.mojang.authlib with parameters of type ProfileLookupCallbackModifier and TypeMethodDescriptionvoidGameProfileRepository.findProfilesByNames(String[] names, ProfileLookupCallback callback) Find UUID and canonical name for muliple accounts Note 1: returned names might differ in casing from requested one Note 2: might be slower thanGameProfileRepository.findProfileByName(String) -
Uses of ProfileLookupCallback in com.mojang.authlib.yggdrasil
Methods in com.mojang.authlib.yggdrasil with parameters of type ProfileLookupCallbackModifier and TypeMethodDescriptionvoidYggdrasilGameProfileRepository.findProfilesByNames(String[] names, ProfileLookupCallback callback) -
Uses of ProfileLookupCallback in net.minecraft.server.players
Methods in net.minecraft.server.players with parameters of type ProfileLookupCallbackModifier and TypeMethodDescriptionprivate static voidOldUsersConverter.lookupPlayers(MinecraftServer server, Collection<String> names, ProfileLookupCallback callback)