public abstract class MixinNetworkManager extends io.netty.channel.SimpleChannelInboundHandler implements IMixinNetworkManager
Constructor and Description |
---|
MixinNetworkManager() |
Modifier and Type | Method and Description |
---|---|
com.mojang.authlib.properties.Property[] |
getSpoofedProfile() |
UUID |
getSpoofedUUID() |
void |
setRemoteAddress(SocketAddress socketAddress) |
void |
setSpoofedProfile(com.mojang.authlib.properties.Property[] profile) |
void |
setSpoofedUUID(UUID uuid) |
acceptInboundMessage, channelRead, channelRead0
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAddress, getVersion, getVirtualHost, setVersion, setVirtualHost
public void setRemoteAddress(SocketAddress socketAddress)
setRemoteAddress
in interface IMixinNetworkManager
public UUID getSpoofedUUID()
getSpoofedUUID
in interface IMixinNetworkManager
public void setSpoofedUUID(UUID uuid)
setSpoofedUUID
in interface IMixinNetworkManager
public com.mojang.authlib.properties.Property[] getSpoofedProfile()
getSpoofedProfile
in interface IMixinNetworkManager
public void setSpoofedProfile(com.mojang.authlib.properties.Property[] profile)
setSpoofedProfile
in interface IMixinNetworkManager