Uses of Record Class
com.mojang.authlib.yggdrasil.response.ProfileAction
Packages that use ProfileAction
-
Uses of ProfileAction in com.mojang.authlib.yggdrasil
Method parameters in com.mojang.authlib.yggdrasil with type arguments of type ProfileActionModifier and TypeMethodDescriptionprivate static Set<ProfileActionType> YggdrasilMinecraftSessionService.extractProfileActionTypes(Set<ProfileAction> response) -
Uses of ProfileAction in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response with type parameters of type ProfileActionModifier and TypeFieldDescriptionprivate final Set<ProfileAction> HasJoinedMinecraftServerResponse.profileActionsThe field for theprofileActionsrecord component.private final Set<ProfileAction> MinecraftProfilePropertiesResponse.profileActionsThe field for theprofileActionsrecord component.Methods in com.mojang.authlib.yggdrasil.response that return types with arguments of type ProfileActionModifier and TypeMethodDescriptionHasJoinedMinecraftServerResponse.profileActions()Returns the value of theprofileActionsrecord component.MinecraftProfilePropertiesResponse.profileActions()Returns the value of theprofileActionsrecord component.Constructor parameters in com.mojang.authlib.yggdrasil.response with type arguments of type ProfileActionModifierConstructorDescriptionHasJoinedMinecraftServerResponse(UUID id, PropertyMap properties, Set<ProfileAction> profileActions) Creates an instance of aHasJoinedMinecraftServerResponserecord class.MinecraftProfilePropertiesResponse(UUID id, String name, PropertyMap properties, Set<ProfileAction> profileActions) Creates an instance of aMinecraftProfilePropertiesResponserecord class.