public interface IMixinNetworkManager
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getAddress() |
com.mojang.authlib.properties.Property[] |
getSpoofedProfile() |
UUID |
getSpoofedUUID() |
org.spongepowered.api.MinecraftVersion |
getVersion() |
InetSocketAddress |
getVirtualHost() |
void |
setRemoteAddress(SocketAddress socketAddress) |
void |
setSpoofedProfile(com.mojang.authlib.properties.Property[] profile) |
void |
setSpoofedUUID(UUID uuid) |
void |
setVersion(int version) |
void |
setVirtualHost(String host,
int port) |
InetSocketAddress getAddress()
InetSocketAddress getVirtualHost()
void setVirtualHost(String host, int port)
org.spongepowered.api.MinecraftVersion getVersion()
void setVersion(int version)
void setRemoteAddress(SocketAddress socketAddress)
UUID getSpoofedUUID()
void setSpoofedUUID(UUID uuid)
com.mojang.authlib.properties.Property[] getSpoofedProfile()
void setSpoofedProfile(com.mojang.authlib.properties.Property[] profile)