Package net.minecraft.client.multiplayer
Interface ProfileKeyPairManager
- All Known Implementing Classes:
AccountProfileKeyPairManager
public interface ProfileKeyPairManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileKeyPairManager
create
(com.mojang.authlib.minecraft.UserApiService pUserApiService, User pUser, Path pGameDirectory) boolean
-
Field Details
-
EMPTY_KEY_MANAGER
-
-
Method Details
-
create
static ProfileKeyPairManager create(com.mojang.authlib.minecraft.UserApiService pUserApiService, User pUser, Path pGameDirectory) -
prepareKeyPair
CompletableFuture<Optional<ProfileKeyPair>> prepareKeyPair() -
shouldRefreshKeyPair
boolean shouldRefreshKeyPair()
-