Package me.axieum.mcmod.authme.mixin
Interface SplashManagerAccessor
public interface SplashManagerAccessor
Provides the means to access protected members of the Splash Text Resource supplier.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetUser(net.minecraft.client.User session) Sets the Minecraft session.
-
Method Details
-
setUser
void setUser(net.minecraft.client.User session) Sets the Minecraft session.- Parameters:
session- new Minecraft session
-