net.minecraft.server

public interface GameProfileResolver

net.minecraft.server.players.ProfileResolver
net.minecraft.class_11755
net.minecraft.server.GameProfileResolver

Method summary

Modifier and TypeMethod
Optional<com.mojang.authlib.GameProfile>
fetchByName(String name)
method_73289(String arg0)
getProfileByName(String name)
Optional<com.mojang.authlib.GameProfile>
fetchById(UUID id)
method_73290(UUID arg0)
getProfileById(UUID id)
default Optional<com.mojang.authlib.GameProfile>
fetchByNameOrId(com.mojang.datafixers.util.Either<String, UUID> nameOrId)
method_73288(com.mojang.datafixers.util.Either<String, UUID> arg0)
getProfile(com.mojang.datafixers.util.Either<String, UUID> either)