Package de.z0rdak.yawp.util
Class MojangApiHelper
java.lang.Object
de.z0rdak.yawp.util.MojangApiHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetGameProfileInfo(String username, Consumer<@Nullable com.mojang.authlib.GameProfile> onResult) static voidgetGameProfileInfo(UUID uuid, Consumer<@Nullable com.mojang.authlib.GameProfile> onResult) static Optional<com.mojang.authlib.GameProfile>lookupGameProfileInCache(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx, String playerName) static Optional<com.mojang.authlib.GameProfile>lookupGameProfileInCache(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx, UUID uuid)
-
Method Details
-
getGameProfileInfo
-
getGameProfileInfo
-
lookupGameProfileInCache
-
lookupGameProfileInCache
-