Interface YggdrasilAuthenticationServiceGetter
- All Known Implementing Classes:
MinecraftMixin
public interface YggdrasilAuthenticationServiceGetter
Interface for getting the YggdrasilAuthenticationService.
-
Method Summary
Modifier and TypeMethodDescriptiondefault com.mojang.authlib.yggdrasil.YggdrasilAuthenticationServiceGets the YggdrasilAuthenticationService.
-
Method Details
-
authme$getAuthService
default com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authme$getAuthService()Gets the YggdrasilAuthenticationService.- Returns:
- the YggdrasilAuthenticationService
-