Package me.axieum.mcmod.authme.mixin
Class MinecraftMixin
java.lang.Object
me.axieum.mcmod.authme.mixin.MinecraftMixin
- All Implemented Interfaces:
YggdrasilAuthenticationServiceGetter
Saves the YggdrasilAuthenticationService from initialization to be retrieved later.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.authlib.yggdrasil.YggdrasilAuthenticationServiceGets the YggdrasilAuthenticationService.
-
Constructor Details
-
MinecraftMixin
public MinecraftMixin()
-
-
Method Details
-
authme$getAuthService
public com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authme$getAuthService()Description copied from interface:YggdrasilAuthenticationServiceGetterGets the YggdrasilAuthenticationService.- Specified by:
authme$getAuthServicein interfaceYggdrasilAuthenticationServiceGetter- Returns:
- the YggdrasilAuthenticationService
-