public class ProfileByUUIDResponse extends SimpleResponse
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
client |
java.util.UUID |
uuid |
ctx, ip, requestUUID, server, service| Constructor and Description |
|---|
ProfileByUUIDResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(io.netty.channel.ChannelHandlerContext ctx,
Client client) |
static pro.gravit.launcher.profiles.PlayerProfile |
getProfile(java.util.UUID uuid,
java.lang.String username,
java.lang.String client,
TextureProvider textureProvider) |
java.lang.String |
getType() |
sendError, sendResult, sendResultAndClosepublic static pro.gravit.launcher.profiles.PlayerProfile getProfile(java.util.UUID uuid,
java.lang.String username,
java.lang.String client,
TextureProvider textureProvider)
public java.lang.String getType()
public void execute(io.netty.channel.ChannelHandlerContext ctx,
Client client)
throws java.lang.Exception
java.lang.Exception