Class ProfileByUUIDResponse

  • All Implemented Interfaces:
    pro.gravit.launcher.request.websockets.WebSocketRequest, WebSocketServerResponse, pro.gravit.utils.TypeSerializeInterface

    public class ProfileByUUIDResponse
    extends SimpleResponse
    • Field Detail

      • uuid

        public java.util.UUID uuid
      • client

        public java.lang.String client
    • Constructor Detail

      • ProfileByUUIDResponse

        public ProfileByUUIDResponse()
    • Method Detail

      • getProfile

        public static pro.gravit.launcher.profiles.PlayerProfile getProfile​(java.util.UUID uuid,
                                                                            java.lang.String username,
                                                                            java.lang.String client,
                                                                            TextureProvider textureProvider)
      • getType

        public java.lang.String getType()
      • execute

        public void execute​(io.netty.channel.ChannelHandlerContext ctx,
                            Client client)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception