@Override protected PlayerProfile requestDo(HInput input, HOutput output) throws IOException { output.writeUUID(uuid); output.flush(); // Return profile return input.readBoolean() ? new PlayerProfile(input) : null; }
@LauncherAPI protected final void writeNoError(HOutput output) throws IOException { output.writeString("", 0); }