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