Uses of Record Class
com.mojang.authlib.yggdrasil.response.NameAndId
Packages that use NameAndId
Package
Description
-
Uses of NameAndId in com.mojang.authlib
Methods in com.mojang.authlib that return types with arguments of type NameAndIdModifier and TypeMethodDescriptionGameProfileRepository.findProfileByName(String name) Find UUID and canonical name for a single account. -
Uses of NameAndId in com.mojang.authlib.yggdrasil
Methods in com.mojang.authlib.yggdrasil that return types with arguments of type NameAndId -
Uses of NameAndId in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response with type parameters of type NameAndIdModifier and TypeFieldDescriptionProfileSearchResultsResponse.profilesThe field for theprofilesrecord component.Methods in com.mojang.authlib.yggdrasil.response that return types with arguments of type NameAndIdModifier and TypeMethodDescriptionProfileSearchResultsResponse.profiles()Returns the value of theprofilesrecord component.Constructor parameters in com.mojang.authlib.yggdrasil.response with type arguments of type NameAndIdModifierConstructorDescriptionProfileSearchResultsResponse(List<NameAndId> profiles) Creates an instance of aProfileSearchResultsResponserecord class. -
Uses of NameAndId in net.minecraft.server.players
Constructors in net.minecraft.server.players with parameters of type NameAndId