public abstract class MixinNetHandlerLoginServer extends Object implements IMixinNetHandlerLoginServer
Modifier and Type | Field and Description |
---|---|
net.minecraft.network.NetworkManager |
networkManager |
Constructor and Description |
---|
MixinNetHandlerLoginServer() |
Modifier and Type | Method and Description |
---|---|
boolean |
fireAuthEvent() |
void |
fireAuthEventOffline(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
abstract String |
getConnectionInfo() |
abstract com.mojang.authlib.GameProfile |
getOfflineProfile(com.mojang.authlib.GameProfile profile) |
String |
onAllowUserToConnect(net.minecraft.server.management.ServerConfigurationManager confMgr,
SocketAddress address,
com.mojang.authlib.GameProfile profile) |
public abstract String getConnectionInfo()
public abstract com.mojang.authlib.GameProfile getOfflineProfile(com.mojang.authlib.GameProfile profile)
public String onAllowUserToConnect(net.minecraft.server.management.ServerConfigurationManager confMgr, SocketAddress address, com.mojang.authlib.GameProfile profile)
public boolean fireAuthEvent()
fireAuthEvent
in interface IMixinNetHandlerLoginServer
public void fireAuthEventOffline(org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)