diff --git a/javadoc/com/aliucord/CollectionUtils.html b/javadoc/com/aliucord/CollectionUtils.html index 4cbf2d7b..3211eded 100644 --- a/javadoc/com/aliucord/CollectionUtils.html +++ b/javadoc/com/aliucord/CollectionUtils.html @@ -246,7 +246,7 @@
static <E> boolean
some(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ some(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> boolean
every(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ every(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> E
find(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ find(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> E
findLast(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ findLast(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> int
findIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
+ findIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
static <E> int
findLastIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
+ findLastIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
static <E> List<E>
+ static <E> List<E>
filter(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ filter(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E, R> List<R>
+ static <E, R> List<R>
map(@NonNull() Collection<E> collection, @NonNull() Function1<E, R> transform)
+ map(@NonNull() Collection<E> collection, @NonNull() Function1<E, R> transform)
static <E> boolean
removeIf(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ removeIf(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> Pair<List<E>, List<E>>
+ static <E> Pair<List<E>, List<E>>
partition(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
+ partition(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
static <E> List<E>
+ static <E> List<E>
splice(List<E> list, int start)
+ splice(List<E> list, int start)
static <E> List<E>
+ static <E> List<E>
splice(List<E> list, int start, int deleteCount, Array<E> items)
+ splice(List<E> list, int start, int deleteCount, Array<E> items)
static <E> boolean some(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
static <E> boolean some(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Check whether any element of the collection passes the filter
static <E> boolean every(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
static <E> boolean every(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Check whether all elements of the collection pass the filter
@Nullable() static <E> E find(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
@Nullable() static <E> E find(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Find the first element which passes the filter
@Nullable() static <E> E findLast(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
@Nullable() static <E> E findLast(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Find the last element which passes the filter
static <E> int findIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)+
static <E> int findIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
Find the index of the first element which passes the filter
static <E> int findLastIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)+
static <E> int findLastIndex(@NonNull() List<E> list, @NonNull() Function1<E, Boolean> filter)
Find the index of the last element which passes the filter
@NonNull() static <E> List<E> filter(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
@NonNull() static <E> List<E> filter(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Returns a new Array containing only the elements which passed the filter
@NonNull() static <E, R> List<R> map(@NonNull() Collection<E> collection, @NonNull() Function1<E, R> transform)+
@NonNull() static <E, R> List<R> map(@NonNull() Collection<E> collection, @NonNull() Function1<E, R> transform)
Returns a new Array containing the results of the transform function for all elements
static <E> boolean removeIf(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
static <E> boolean removeIf(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Removes all elements from the collection which pass the filter
static <E> Pair<List<E>, List<E>> partition(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)+
static <E> Pair<List<E>, List<E>> partition(@NonNull() Collection<E> collection, @NonNull() Function1<E, Boolean> filter)
Partition the collection into two Arrays. The first array has all elements which passed the filter, the second one has the rest
static <E> List<E> splice(List<E> list, int start)+
static <E> List<E> splice(List<E> list, int start)
Removes all elements after the specified start index
@SafeVarargs() static <E> List<E> splice(List<E> list, int start, int deleteCount, Array<E> items)+
@SafeVarargs() static <E> List<E> splice(List<E> list, int start, int deleteCount, Array<E> items)
Removes the specified amount of elements after the specified start index and inserts the specified items
public final static String
public final static String
CLYDE
public final static String
public final static String
ALIUCORD_GITHUB_REPO
public final static String
public final static String
ALIUCORD_SUPPORT
public final static String
public final static String
BASE_PATH
public final static String
public final static String
PLUGINS_PATH
public final static String
public final static String
CRASHLOGS_PATH
public final static String
public final static String
SETTINGS_PATH
public final static String
public final static String
NAMESPACE_ANDROID
public final static String
public final static String
NAMESPACE_APP
public final static String
public final static String
RELEASE_SUFFIX
public class Http.HttpException -extends IOException +extends IOException
public final URL
public final URL
url
public final String
public final String
method
public final String
public final String
statusMessage
public String
public String
message
String
+ String
getMessage()
@NonNull() String getMessage()+
@NonNull() String getMessage()diff --git a/javadoc/com/aliucord/Http.MultiPartBuilder.html b/javadoc/com/aliucord/Http.MultiPartBuilder.html index ae9d4fcc..aa915bbf 100644 --- a/javadoc/com/aliucord/Http.MultiPartBuilder.html +++ b/javadoc/com/aliucord/Http.MultiPartBuilder.html @@ -123,7 +123,7 @@
public class Http.MultiPartBuilder - implements Closeable + implements Closeable
Utility to build MultiPart requests
Http.MultiPartBuilder(String boundary)
Http.MultiPartBuilder(String boundary, OutputStream os)
Http.MultiPartBuilder
appendFile(@NonNull() String fieldName, @NonNull() File uploadFile)
+ appendFile(@NonNull() String fieldName, @NonNull() File uploadFile)
Http.MultiPartBuilder
appendStream(@NonNull() String fieldName, @NonNull() InputStream is)
+ appendStream(@NonNull() String fieldName, @NonNull() InputStream is)
Http.MultiPartBuilder
appendField(@NonNull() String fieldName, @NonNull() String value)
+ appendField(@NonNull() String fieldName, @NonNull() String value)
Http.MultiPartBuilder(String boundary)+
Http.MultiPartBuilder(String boundary)
Http.MultiPartBuilder(String boundary, OutputStream os)+
Http.MultiPartBuilder(String boundary, OutputStream os)
@NonNull() Http.MultiPartBuilder appendFile(@NonNull() String fieldName, @NonNull() File uploadFile)+
@NonNull() Http.MultiPartBuilder appendFile(@NonNull() String fieldName, @NonNull() File uploadFile)
Append file. Will automatically be encoded for you
@NonNull() Http.MultiPartBuilder appendStream(@NonNull() String fieldName, @NonNull() InputStream is)+
@NonNull() Http.MultiPartBuilder appendStream(@NonNull() String fieldName, @NonNull() InputStream is)
Append InputStream. Will automatically be encoded for you
@NonNull() Http.MultiPartBuilder appendField(@NonNull() String fieldName, @NonNull() String value)+
@NonNull() Http.MultiPartBuilder appendField(@NonNull() String fieldName, @NonNull() String value)
Append field. Will automatically be encoded for you
@NonNull()@Deprecated() Array<byte> getBytes()+
@NonNull()@Deprecated() Array<byte> getBytes()
Build the finished byte array
Http.QueryBuilder(String baseUrl)
Http.QueryBuilder
append(String key, String value)
+ append(String key, String value)
String
+ String
toString()
Http.QueryBuilder(String baseUrl)+
Http.QueryBuilder(String baseUrl)
Http.QueryBuilder append(String key, String value)+
Http.QueryBuilder append(String key, String value)
Append query parameter. Will automatically be encoded for you
@NonNull() String toString()+
@NonNull() String toString()
Build the finished Url
public class Http.Request - implements Closeable + implements Closeable
Request Builder
public final HttpURLConnection
public final HttpURLConnection
conn
Http.Request(String url)
Http.Request(String url, String method)
Http.Request
setHeader(String key, String value)
+ setHeader(String key, String value)
Http.Response
executeWithBody(@NonNull() String body)
+ executeWithBody(@NonNull() String body)
Http.Response
executeWithJson(Object body)
+ executeWithJson(Object body)
Http.Response
executeWithJson(Gson gson, Object body)
+ executeWithJson(Gson gson, Object body)
Http.Response
executeWithUrlEncodedForm(Map<String, Object> params)
+ executeWithUrlEncodedForm(Map<String, Object> params)
Http.Response
executeWithMultipartForm(@NonNull() Map<String, Object> params)
+ executeWithMultipartForm(@NonNull() Map<String, Object> params)
Http.Response
executeWithMultipartForm(@NonNull() Map<String, Object> params, boolean doChunkedUploading)
+ executeWithMultipartForm(@NonNull() Map<String, Object> params, boolean doChunkedUploading)
static Http.Request
newDiscordRequest(String route)
+ newDiscordRequest(String route)
static Http.Request
newDiscordRequest(String route, String method)
+ newDiscordRequest(String route, String method)
static Http.Request
newDiscordRNRequest(String route)
+ newDiscordRNRequest(String route)
static Http.Request
newDiscordRNRequest(String route, String method)
+ newDiscordRNRequest(String route, String method)
Http.Request(String url)+
Http.Request(String url)
Http.Request(String url, String method)+
Http.Request(String url, String method)
Http.Request setHeader(String key, String value)+
Http.Request setHeader(String key, String value)
Add a header
@NonNull() Http.Response executeWithBody(@NonNull() String body)+
@NonNull() Http.Response executeWithBody(@NonNull() String body)
Execute the request with the specified body. May not be used in GET requests.
Http.Response executeWithJson(Object body)+
Http.Response executeWithJson(Object body)
Execute the request with the specified object as json. May not be used in GET requests.
Http.Response executeWithJson(Gson gson, Object body)+
Http.Response executeWithJson(Gson gson, Object body)
Execute the request with the specified object as json. May not be used in GET requests.
Http.Response executeWithUrlEncodedForm(Map<String, Object> params)+
Http.Response executeWithUrlEncodedForm(Map<String, Object> params)
Execute the request with the specified object as url encoded form data. May not be used in GET requests.
@NonNull() Http.Response executeWithMultipartForm(@NonNull() Map<String, Object> params)+
@NonNull() Http.Response executeWithMultipartForm(@NonNull() Map<String, Object> params)
Execute the request with the specified object as multipart form-data. May not be used in GET requests.
Please note that this will set the Transfer-Encoding to chunked. Some servers may not support this. To upload un-chunked (will lead to running out of memory when uploading large files), call executeWithMultipartForm(params, false)
Http.Response executeWithMultipartForm(@NonNull() Map<String, Object> params, boolean doChunkedUploading)+
Http.Response executeWithMultipartForm(@NonNull() Map<String, Object> params, boolean doChunkedUploading)
static Http.Request newDiscordRequest(String route)+
static Http.Request newDiscordRequest(String route)
Performs a GET request to a Discord route
static Http.Request newDiscordRequest(String route, String method)+
static Http.Request newDiscordRequest(String route, String method)
Performs a request to a Discord route
static Http.Request newDiscordRNRequest(String route)+
static Http.Request newDiscordRNRequest(String route)
Performs a request to a Discord route using RN headers
static Http.Request newDiscordRNRequest(String route, String method)+
static Http.Request newDiscordRNRequest(String route, String method)
Performs a request to a Discord route using RN headers
public class Http.Response - implements Closeable + implements Closeable
Response obtained by calling Request.execute()
public final String
public final String
statusMessage
String
+ String
text()
<T> T
json(Type type)
+ json(Type type)
<T> T
json(Gson gson, Type type)
+ json(Gson gson, Type type)
<T> T
json(Class<T> type)
+ json(Class<T> type)
<T> T
json(Gson gson, Class<T> type)
+ json(Gson gson, Class<T> type)
InputStream
+ InputStream
stream()
void
pipe(OutputStream os)
+ pipe(OutputStream os)
void
saveToFile(@NonNull() File file)
+ saveToFile(@NonNull() File file)
void
saveToFile(@NonNull() File file, @Nullable() String sha1sum)
+ saveToFile(@NonNull() File file, @Nullable() String sha1sum)
String text()+
String text()
Get the response body as String
<T> T json(Type type)+
<T> T json(Type type)
Deserializes json response
<T> T json(Gson gson, Type type)+
<T> T json(Gson gson, Type type)
Deserializes json response
<T> T json(Class<T> type)+
<T> T json(Class<T> type)
Deserializes json response
<T> T json(Gson gson, Class<T> type)+
<T> T json(Gson gson, Class<T> type)
Deserializes json response
InputStream stream()+
InputStream stream()
Get the raw response stream of this connection
void pipe(OutputStream os)+
void pipe(OutputStream os)
Pipe response into OutputStream. Remember to close the OutputStream
void saveToFile(@NonNull() File file)-
Saves the received data to the specified File
void saveToFile(@NonNull() File file)+
Saves the received data to the specified File
void saveToFile(@NonNull() File file, @Nullable() String sha1sum)-
Saves the received data to the specified File and verifies its integrity using the specified sha1sum
void saveToFile(@NonNull() File file, @Nullable() String sha1sum)+
Saves the received data to the specified File and verifies its integrity using the specified sha1sum
static String
+ static String
simpleGet(String url)
+ simpleGet(String url)
static void
simpleDownload(String url, File outputFile)
+ simpleDownload(String url, File outputFile)
static <T> T
simpleJsonGet(String url, Type schema)
+ simpleJsonGet(String url, Type schema)
static <T> T
simpleJsonGet(String url, Class<T> schema)
+ simpleJsonGet(String url, Class<T> schema)
static String
+ static String
simplePost(String url, String body)
+ simplePost(String url, String body)
static <T> T
simpleJsonPost(String url, String body, Type schema)
+ simpleJsonPost(String url, String body, Type schema)
static <T> T
simpleJsonPost(String url, String body, Class<T> schema)
+ simpleJsonPost(String url, String body, Class<T> schema)
static <T> T
simpleJsonPost(String url, Object body, Type schema)
+ simpleJsonPost(String url, Object body, Type schema)
static <T> T
simpleJsonPost(String url, Object body, Class<T> schema)
+ simpleJsonPost(String url, Object body, Class<T> schema)
static String simpleGet(String url)+
static String simpleGet(String url)
Send a simple GET request
static void simpleDownload(String url, File outputFile)-
Download content from the specified url to the specified File
static void simpleDownload(String url, File outputFile)+
Download content from the specified url to the specified File
static <T> T simpleJsonGet(String url, Type schema)+
static <T> T simpleJsonGet(String url, Type schema)
Send a simple GET request
static <T> T simpleJsonGet(String url, Class<T> schema)+
static <T> T simpleJsonGet(String url, Class<T> schema)
Send a simple GET request
static String simplePost(String url, String body)+
static String simplePost(String url, String body)
Send a simple POST request
static <T> T simpleJsonPost(String url, String body, Type schema)+
static <T> T simpleJsonPost(String url, String body, Type schema)
Send a simple POST request and parse the JSON response
static <T> T simpleJsonPost(String url, String body, Class<T> schema)+
static <T> T simpleJsonPost(String url, String body, Class<T> schema)
Send a simple POST request and parse the JSON response
static <T> T simpleJsonPost(String url, Object body, Type schema)+
static <T> T simpleJsonPost(String url, Object body, Type schema)
Send a simple POST request with JSON body
static <T> T simpleJsonPost(String url, Object body, Class<T> schema)+
static <T> T simpleJsonPost(String url, Object body, Class<T> schema)
Send a simple POST request with JSON body
private String
private String
module
Logger(String module)
final String
+ final String
getModule()
final Unit
setModule(String module)
+ setModule(String module)
final Unit
verbose(String msg)
+ verbose(String msg)
final Unit
debug(String msg)
+ debug(String msg)
final Unit
info(String msg, Throwable throwable)
+ info(String msg, Throwable throwable)
final Unit
info(String msg)
+ info(String msg)
final Unit
info(Context ctx, String msg)
+ info(Context ctx, String msg)
final Unit
infoToast(String msg)
+ infoToast(String msg)
final Unit
warn(String msg, Throwable throwable)
+ warn(String msg, Throwable throwable)
final Unit
warn(String msg)
+ warn(String msg)
final Unit
error(Throwable throwable)
+ error(Throwable throwable)
final Unit
error(String msg, Throwable throwable)
+ error(String msg, Throwable throwable)
final Unit
error(Context ctx, Throwable throwable)
+ error(Context ctx, Throwable throwable)
final Unit
errorToast(Throwable throwable)
+ errorToast(Throwable throwable)
final Unit
errorToast(String msg, Throwable throwable)
+ errorToast(String msg, Throwable throwable)
final Unit
errorToast(String msg)
+ errorToast(String msg)
final Unit
errorToast(Context ctx, String msg, Throwable throwable)
+ errorToast(Context ctx, String msg, Throwable throwable)
final Unit
errorToast(Context ctx, String msg)
+ errorToast(Context ctx, String msg)
Logger(String module)+
Logger(String module)
final String getModule()+
final String getModule()@@ -479,7 +479,7 @@
final Unit setModule(String module)+
final Unit setModule(String module)
final Unit verbose(String msg)-
Logs a Log.VERBOSE message
final Unit verbose(String msg)+
Logs a Log.VERBOSE message
final Unit debug(String msg)-
Logs a Log.DEBUG message
final Unit debug(String msg)+
Logs a Log.DEBUG message
final Unit info(String msg, Throwable throwable)-
Logs a Log.INFO message and prints the stacktrace of the exception
final Unit info(String msg, Throwable throwable)+
Logs a Log.INFO message and prints the stacktrace of the exception
final Unit info(String msg)-
Logs a Log.INFO message and prints the stacktrace of the exception
final Unit info(String msg)+
Logs a Log.INFO message and prints the stacktrace of the exception
final Unit info(Context ctx, String msg)-
Logs a Log.INFO message, and shows it to the user as a toast
final Unit info(Context ctx, String msg)+
Logs a Log.INFO message, and shows it to the user as a toast
final Unit infoToast(String msg)-
Logs a Log.INFO message, and shows it to the user as a toast
final Unit infoToast(String msg)+
Logs a Log.INFO message, and shows it to the user as a toast
final Unit warn(String msg, Throwable throwable)-
Logs a Log.WARN message and prints the stacktrace of the exception
final Unit warn(String msg, Throwable throwable)+
Logs a Log.WARN message and prints the stacktrace of the exception
final Unit warn(String msg)-
Logs a Log.WARN message and prints the stacktrace of the exception
final Unit warn(String msg)+
Logs a Log.WARN message and prints the stacktrace of the exception
final Unit error(Throwable throwable)+
final Unit error(Throwable throwable)
Logs an exception
final Unit error(String msg, Throwable throwable)-
Logs a Log.ERROR message and prints the stacktrace of the exception
final Unit error(String msg, Throwable throwable)+
Logs a Log.ERROR message and prints the stacktrace of the exception
final Unit error(Context ctx, Throwable throwable)+
final Unit error(Context ctx, Throwable throwable)
Logs an exception and shows the user a toast saying "Sorry, something went wrong. Please try again."
final Unit errorToast(Throwable throwable)+
final Unit errorToast(Throwable throwable)
Logs an exception and shows the user a toast saying "Sorry, something went wrong. Please try again."
final Unit errorToast(String msg, Throwable throwable)-
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(String msg, Throwable throwable)+
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(String msg)-
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(String msg)+
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(Context ctx, String msg, Throwable throwable)-
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(Context ctx, String msg, Throwable throwable)+
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(Context ctx, String msg)-
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
final Unit errorToast(Context ctx, String msg)+
Logs a Log.ERROR message, shows it to the user as a toast and prints the stacktrace of the exception
public final static Map<String, Plugin>
public final static Map<String, Plugin>
plugins
public final static Map<PathClassLoader, Plugin>
public final static Map<PathClassLoader, Plugin>
classLoaders
public final static Map<File, Object>
public final static Map<File, Object>
failedToLoad
static void
loadPlugin(Context context, File file)
+ loadPlugin(Context context, File file)
static void
unloadPlugin(String name)
+ unloadPlugin(String name)
static void
enablePlugin(String name)
+ enablePlugin(String name)
static void
disablePlugin(String name)
+ disablePlugin(String name)
static void
togglePlugin(String name)
+ togglePlugin(String name)
static void
startPlugin(String name)
+ startPlugin(String name)
static void
stopPlugin(String name)
+ stopPlugin(String name)
static void
remountPlugin(String name)
+ remountPlugin(String name)
static String
+ static String
getPluginPrefKey(String name)
+ getPluginPrefKey(String name)
static boolean
isPluginEnabled(String name)
+ isPluginEnabled(String name)
static void loadPlugin(Context context, File file)+
static void loadPlugin(Context context, File file)
Loads a plugin
static void unloadPlugin(String name)+
static void unloadPlugin(String name)
Unloads a plugin
static void enablePlugin(String name)+
static void enablePlugin(String name)
Enables a loaded plugin if it isn't already enabled
static void disablePlugin(String name)+
static void disablePlugin(String name)
Disables a loaded plugin if it isn't already disables
static void togglePlugin(String name)+
static void togglePlugin(String name)
Toggles a plugin. If it is enabled, it will be disabled and vice versa.
static void startPlugin(String name)+
static void startPlugin(String name)
Starts a plugin
static void stopPlugin(String name)+
static void stopPlugin(String name)
Stops a plugin
static void remountPlugin(String name)+
static void remountPlugin(String name)
Remounts the plugin (stop -> unload -> load -> start)
static String getPluginPrefKey(String name)+
static String getPluginPrefKey(String name)
Gets the preferences key for a plugin. This is used as key for plugin settings. Format: AC_PM_{PLUGIN_NAME}
static boolean isPluginEnabled(String name)+
static boolean isPluginEnabled(String name)
Checks whether a plugin is enabled
SettingsUtilsJSON(String plugin)
final Boolean
+ final Boolean
resetFile()
final Boolean
+ final Boolean
toggleBool(String key, Boolean defVal)
+ toggleBool(String key, Boolean defVal)
final Boolean
+ final Boolean
remove(String key)
+ remove(String key)
final List<String>
+ final List<String>
getAllKeys()
final Boolean
+ final Boolean
exists(String key)
+ exists(String key)
final Boolean
+ final Boolean
getBool(String key, Boolean defValue)
+ getBool(String key, Boolean defValue)
final Unit
setBool(String key, Boolean value)
+ setBool(String key, Boolean value)
final Integer
+ final Integer
getInt(String key, Integer defValue)
+ getInt(String key, Integer defValue)
final Unit
setInt(String key, Integer value)
+ setInt(String key, Integer value)
final Float
+ final Float
getFloat(String key, Float defValue)
+ getFloat(String key, Float defValue)
final Unit
setFloat(String key, Float value)
+ setFloat(String key, Float value)
final Long
+ final Long
getLong(String key, Long defValue)
+ getLong(String key, Long defValue)
final Unit
setLong(String key, Long value)
+ setLong(String key, Long value)
final String
+ final String
getString(String key, String defValue)
+ getString(String key, String defValue)
final Unit
setString(String key, String value)
+ setString(String key, String value)
final JSONObject
getJSONObject(String key, JSONObject defValue)
+ getJSONObject(String key, JSONObject defValue)
final Unit
setJSONObject(String key, JSONObject value)
+ setJSONObject(String key, JSONObject value)
final <T extends Any> T
getObject(String key, T defValue)
+ getObject(String key, T defValue)
final <T extends Any> T
getObject(String key, T defValue, Type type)
+ getObject(String key, T defValue, Type type)
final Unit
setObject(String key, Object value)
+ setObject(String key, Object value)
SettingsUtilsJSON(String plugin)+
SettingsUtilsJSON(String plugin)
final Boolean resetFile()+
final Boolean resetFile()
Resets All Settings
final Boolean toggleBool(String key, Boolean defVal)+
final Boolean toggleBool(String key, Boolean defVal)
Toggles Boolean and returns it
@Synchronized() final Boolean remove(String key)+
@Synchronized() final Boolean remove(String key)
Removes Item from settings
final List<String> getAllKeys()+
final List<String> getAllKeys()
Gets All Keys from settings
final Boolean exists(String key)+
final Boolean exists(String key)
Check if Key exists in settings
final Boolean getBool(String key, Boolean defValue)+
final Boolean getBool(String key, Boolean defValue)
Get a boolean from the preferences
final Unit setBool(String key, Boolean value)+
final Unit setBool(String key, Boolean value)
Set a boolean item
final Integer getInt(String key, Integer defValue)+
final Integer getInt(String key, Integer defValue)
Get an int from the preferences
final Unit setInt(String key, Integer value)+
final Unit setInt(String key, Integer value)
Set an int item
final Float getFloat(String key, Float defValue)+
final Float getFloat(String key, Float defValue)
Get a float from the preferences
final Unit setFloat(String key, Float value)+
final Unit setFloat(String key, Float value)
Set a float item
final Long getLong(String key, Long defValue)+
final Long getLong(String key, Long defValue)
Get a long from the preferences
final Unit setLong(String key, Long value)+
final Unit setLong(String key, Long value)
Set a long item
final String getString(String key, String defValue)+
final String getString(String key, String defValue)
Get a String from the preferences
final Unit setString(String key, String value)+
final Unit setString(String key, String value)
Set a String item
final JSONObject getJSONObject(String key, JSONObject defValue)+
final JSONObject getJSONObject(String key, JSONObject defValue)
Get a JSONObject item
final Unit setJSONObject(String key, JSONObject value)+
final Unit setJSONObject(String key, JSONObject value)
Set a JSONObject item
final <T extends Any> T getObject(String key, T defValue)-
Get an Object from the preferences
final <T extends Any> T getObject(String key, T defValue)+
Get an Object from the preferences
final <T extends Any> T getObject(String key, T defValue, Type type)-
Get an Object from the preferences
final <T extends Any> T getObject(String key, T defValue, Type type)+
Get an Object from the preferences
final Unit setObject(String key, Object value)-
Set an Object item
final Unit setObject(String key, Object value)+
Set an Object item
public final static ExecutorService
public final static ExecutorService
threadPool
private final static Boolean
private final static Boolean
isDebuggable
final static Unit
launchUrl(String url)
+ launchUrl(String url)
final static Drawable
getDrawableByAttr(Context context, @AttrRes() Integer attr)
+ getDrawableByAttr(Context context, @AttrRes() Integer attr)
final static <R extends Any> R
nestedChildAt(ViewGroup root, Integer indices)
+ nestedChildAt(ViewGroup root, Integer indices)
final static Unit
launchFileExplorer(File folder)
+ launchFileExplorer(File folder)
final static Unit
setClipboard(CharSequence label, CharSequence text)
+ setClipboard(CharSequence label, CharSequence text)
final static String
+ final static String
pluralise(Integer amount, String noun)
+ pluralise(Integer amount, String noun)
noun
into plural.final static Unit
showToast(String message, Boolean showLonger)
+ showToast(String message, Boolean showLonger)
final static Unit
showToast(String message)
+ showToast(String message)
final static Unit
showToast(Context ctx, String message, Boolean showLonger)
+ showToast(Context ctx, String message, Boolean showLonger)
final static Unit
showToast(Context ctx, String message)
+ showToast(Context ctx, String message)
final static Integer
+ final static Integer
getResId(String name, String type)
+ getResId(String name, String type)
final static Unit
openPage(Context context, Class<out AppComponent> clazz, Intent intent)
+ openPage(Context context, Class<out AppComponent> clazz, Intent intent)
final static Unit
openPage(Context context, Class<out AppComponent> clazz)
+ openPage(Context context, Class<out AppComponent> clazz)
final static CommandChoice
createCommandChoice(String name, String value)
+ createCommandChoice(String name, String value)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description)
+ createCommandOption(ApplicationCommandType type, String name, String description)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name)
+ createCommandOption(ApplicationCommandType type, String name)
final static ApplicationCommandOption
createCommandOption(String name)
+ createCommandOption(String name)
final static ApplicationCommandOption
createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete, Number minValue, Number maxValue)
+ createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete, Number minValue, Number maxValue)
final static User
buildClyde(String name, String avatarUrl)
+ buildClyde(String name, String avatarUrl)
final static CheckedSetting
createCheckedSetting(Context context, CheckedSetting.ViewType type, CharSequence text, CharSequence subtext)
+ createCheckedSetting(Context context, CheckedSetting.ViewType type, CharSequence text, CharSequence subtext)
final static Unit
log(String msg)
+ log(String msg)
final static Unit
openMediaViewer(String url, String filename)
+ openMediaViewer(String url, String filename)
final static Unit
promptRestart(String msg, Integer position)
+ promptRestart(String msg, Integer position)
final static Unit
promptRestart(String msg)
+ promptRestart(String msg)
final static Boolean
+ final static Boolean
isDebuggable()
final static Unit launchUrl(String url)+
final static Unit launchUrl(String url)
Launches an URL in the user's preferred Browser
final static Drawable getDrawableByAttr(Context context, @AttrRes() Integer attr)+
final static Drawable getDrawableByAttr(Context context, @AttrRes() Integer attr)
Get a drawable by attribute
final static <R extends Any> R nestedChildAt(ViewGroup root, Integer indices)+
final static <R extends Any> R nestedChildAt(ViewGroup root, Integer indices)
Nested childAt. Used to turn nightmares like
val layout = ((v.getChildAt(1) as ViewGroup).getChildAt(0) as ViewGroup).getChildAt(1) as LinearLayout
into the much nicer
val layout = Utils.nestedChildAt<LinearLayout>(v, 1, 0, 1)
final static Unit launchFileExplorer(File folder)+
final static Unit launchFileExplorer(File folder)
Launches the file explorer in the specified folder. May not work on all Roms, will show an error with advice in that case.
final static Unit setClipboard(CharSequence label, CharSequence text)+
final static Unit setClipboard(CharSequence label, CharSequence text)
Sets the clipboard content
final static String pluralise(Integer amount, String noun)+
final static String pluralise(Integer amount, String noun)
Converts the singular term of the noun
into plural.
@JvmOverloads() final static Unit showToast(String message, Boolean showLonger)-
Send a toast from any Thread
@JvmOverloads() final static Unit showToast(String message, Boolean showLonger)+
Send a toast from any Thread
@JvmOverloads() final static Unit showToast(String message)-
Send a toast from any Thread
@JvmOverloads() final static Unit showToast(String message)+
Send a toast from any Thread
@Deprecated(message = "Use {@link #showToast(String, boolean)}", replaceWith = @ReplaceWith(imports = {}, expression = "showToast(message, showLonger)"))@JvmOverloads() final static Unit showToast(Context ctx, String message, Boolean showLonger)-
Send a toast from any Thread
@Deprecated(message = "Use {@link #showToast(String, boolean)}", replaceWith = @ReplaceWith(imports = {}, expression = "showToast(message, showLonger)"))@JvmOverloads() final static Unit showToast(Context ctx, String message, Boolean showLonger)+
Send a toast from any Thread
@Deprecated(message = "Use {@link #showToast(String, boolean)}", replaceWith = @ReplaceWith(imports = {}, expression = "showToast(message, showLonger)"))@JvmOverloads() final static Unit showToast(Context ctx, String message)-
Send a toast from any Thread
@Deprecated(message = "Use {@link #showToast(String, boolean)}", replaceWith = @ReplaceWith(imports = {}, expression = "showToast(message, showLonger)"))@JvmOverloads() final static Unit showToast(Context ctx, String message)+
Send a toast from any Thread
final static Integer getResId(String name, String type)+
final static Integer getResId(String name, String type)
Get resource id from discord package.
final static Unit openPage(Context context, Class<out AppComponent> clazz, Intent intent)+
final static Unit openPage(Context context, Class<out AppComponent> clazz, Intent intent)@@ -998,7 +998,7 @@
final static Unit openPage(Context context, Class<out AppComponent> clazz)+
final static Unit openPage(Context context, Class<out AppComponent> clazz)@@ -1028,7 +1028,7 @@
final static CommandChoice createCommandChoice(String name, String value)+
final static CommandChoice createCommandChoice(String name, String value)
Creates a CommandChoice that can be used inside Command args
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name)
Creates a CommandOption that can be used for commands
@JvmOverloads() final static ApplicationCommandOption createCommandOption(String name)+
@JvmOverloads() final static ApplicationCommandOption createCommandOption(String name)
Creates a CommandOption that can be used for commands
final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete, Number minValue, Number maxValue)+
final static ApplicationCommandOption createCommandOption(ApplicationCommandType type, String name, String description, Integer descriptionRes, Boolean required, Boolean default, List<Integer> channelTypes, List<CommandChoice> choices, List<ApplicationCommandOption> subCommandOptions, Boolean autocomplete, Number minValue, Number maxValue)
Creates a CommandOption that can be used for commands
final static User buildClyde(String name, String avatarUrl)+
final static User buildClyde(String name, String avatarUrl)
Builds Clyde User
final static CheckedSetting createCheckedSetting(Context context, CheckedSetting.ViewType type, CharSequence text, CharSequence subtext)+
final static CheckedSetting createCheckedSetting(Context context, CheckedSetting.ViewType type, CharSequence text, CharSequence subtext)
Creates a checkable View.
final static Drawable tintToTheme(Drawable drawable)-
Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise
Make sure you call Drawable.mutate first or the drawable will change in the entire app.
Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise
Make sure you call Drawable.mutate first or the drawable will change in the entire app.
@Deprecated(message = "Please stop abusing this method to log random junk then forget about it. It does not tell which plugin is logging stuff, so it is very hard to debug. Make your own Logger instance") final static Unit log(String msg)+
@Deprecated(message = "Please stop abusing this method to log random junk then forget about it. It does not tell which plugin is logging stuff, so it is very hard to debug. Make your own Logger instance") final static Unit log(String msg)
Logs a message on debug level.
final static Unit openMediaViewer(String url, String filename)+
final static Unit openMediaViewer(String url, String filename)@@ -1671,7 +1671,7 @@
@JvmOverloads() final static Unit promptRestart(String msg, Integer position)+
@JvmOverloads() final static Unit promptRestart(String msg, Integer position)
Prompts the user to restart Aliucord
@JvmOverloads() final static Unit promptRestart(String msg)+
@JvmOverloads() final static Unit promptRestart(String msg)
Prompts the user to restart Aliucord
final static Boolean isDebuggable()+
final static Boolean isDebuggable()diff --git a/javadoc/com/aliucord/annotations/AliucordPlugin.html b/javadoc/com/aliucord/annotations/AliucordPlugin.html index 6a92db19..bb305d58 100644 --- a/javadoc/com/aliucord/annotations/AliucordPlugin.html +++ b/javadoc/com/aliucord/annotations/AliucordPlugin.html @@ -165,7 +165,7 @@
private final Boolean
private final Boolean
requiresRestart
private final String
private final String
label
ButtonsAPI.ButtonData(String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)
final String
+ final String
getLabel()
ButtonsAPI.ButtonData(String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)+
ButtonsAPI.ButtonData(String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)
final String getLabel()+
final String getLabel()diff --git a/javadoc/com/aliucord/api/ButtonsAPI.html b/javadoc/com/aliucord/api/ButtonsAPI.html index b4ea1191..6cc568b5 100644 --- a/javadoc/com/aliucord/api/ButtonsAPI.html +++ b/javadoc/com/aliucord/api/ButtonsAPI.html @@ -261,7 +261,7 @@
final static Unit
addButton(Message $self, String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)
+ addButton(Message $self, String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)
final static Unit addButton(Message $self, String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)+
final static Unit addButton(Message $self, String label, ButtonStyle style, Function2<Message, FragmentActivity, Unit> onPress)
Adds a button component to the message.
public String
public String
content
public List<MessageEmbed>
public List<MessageEmbed>
embeds
public String
public String
username
public String
public String
avatarUrl
public List<ButtonsAPI.ButtonData>
public List<ButtonsAPI.ButtonData>
buttons
CommandsAPI.CommandResult(String content)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl, List<ButtonsAPI.ButtonData> buttons)
CommandsAPI.CommandResult(String content)+
CommandsAPI.CommandResult(String content)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send)+
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username)+
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl)+
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl)
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl, List<ButtonsAPI.ButtonData> buttons)+
CommandsAPI.CommandResult(String content, List<MessageEmbed> embeds, boolean send, String username, String avatarUrl, List<ButtonsAPI.ButtonData> buttons)
public final static String
public final static String
DONT_SEND_RESULT
public static Map<String, RemoteApplicationCommand>
public static Map<String, RemoteApplicationCommand>
commands
public static Map<String, String>
public static Map<String, String>
commandsAndPlugins
public static Map<Long, WidgetApplicationCommandBottomSheetViewModel.StoreState>
public static Map<Long, WidgetApplicationCommandBottomSheetViewModel.StoreState>
interactionsStore
public final String
public final String
pluginName
public final List<String>
public final List<String>
pluginCommands
CommandsAPI(String plugin)
static String
+ static String
generateIdString()
void
registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() List<ApplicationCommandOption> options, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
+ registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() List<ApplicationCommandOption> options, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
void
registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() ApplicationCommandOption option, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
+ registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() ApplicationCommandOption option, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
void
registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
+ registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
void
unregisterCommand(String name)
+ unregisterCommand(String name)
CommandsAPI(String plugin)+
CommandsAPI(String plugin)
static String generateIdString()+
static String generateIdString()
Generate a fake Snowflake String
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() List<ApplicationCommandOption> options, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)+
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() List<ApplicationCommandOption> options, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
Registers a slash command.
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() ApplicationCommandOption option, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)+
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() ApplicationCommandOption option, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
Registers a slash command.
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)+
void registerCommand(@NonNull() String name, @NonNull() String description, @NonNull() Function1<CommandContext, CommandsAPI.CommandResult> execute)
Registers a slash command.
void unregisterCommand(String name)+
void unregisterCommand(String name)
Unregisters a command.
-public interface GatewayAPI.EventListener<T extends Object> +public interface GatewayAPI.EventListener<T extends Object>diff --git a/javadoc/com/aliucord/api/GatewayAPI.html b/javadoc/com/aliucord/api/GatewayAPI.html index b0b8c89b..fea2efd8 100644 --- a/javadoc/com/aliucord/api/GatewayAPI.html +++ b/javadoc/com/aliucord/api/GatewayAPI.html @@ -251,9 +251,9 @@
final static Boolean
+ final static Boolean
onRawEvent(GatewayAPI.EventListener<String> listener)
+ onRawEvent(GatewayAPI.EventListener<String> listener)
final static Unit
onRawEvent(List<String> names, Function1<String, Unit> listener)
+ onRawEvent(List<String> names, Function1<String, Unit> listener)
final static Unit
onRawEvent(String name, Function1<String, Unit> listener)
+ onRawEvent(String name, Function1<String, Unit> listener)
final <T extends Any> Unit
onEvent(String name, Function1<T, Unit> listener)
+ onEvent(String name, Function1<T, Unit> listener)
final static <T extends Any> Unit
onEvent(String name, Class<T> clazz, Function1<T, Unit> listener)
+ onEvent(String name, Class<T> clazz, Function1<T, Unit> listener)
final static Boolean onRawEvent(GatewayAPI.EventListener<String> listener)+
final static Boolean onRawEvent(GatewayAPI.EventListener<String> listener)
Listens to all raw gateway events
final static Unit onRawEvent(List<String> names, Function1<String, Unit> listener)+
final static Unit onRawEvent(List<String> names, Function1<String, Unit> listener)
Listens to a specific set of gateway events
See user docs for a list of possible events
final static Unit onRawEvent(String name, Function1<String, Unit> listener)+
final static Unit onRawEvent(String name, Function1<String, Unit> listener)
Listens to a specific gateway event
See user docs for a list of possible events
final <T extends Any> Unit onEvent(String name, Function1<T, Unit> listener)+
final <T extends Any> Unit onEvent(String name, Function1<T, Unit> listener)
Listens to a specific gateway event
See user docs for a list of possible events
final static <T extends Any> Unit onEvent(String name, Class<T> clazz, Function1<T, Unit> listener)+
final static <T extends Any> Unit onEvent(String name, Class<T> clazz, Function1<T, Unit> listener)
Listens to a specific gateway event
See user docs for a list of possible events
static void
display(NotificationData data, Long channelId)
+ display(NotificationData data, Long channelId)
static void display(NotificationData data, Long channelId)+
static void display(NotificationData data, Long channelId)
Displays a notification to the user in a specific channel.
public List<Runnable>
public List<Runnable>
unpatches
Runnable
+ Runnable
patch(@NonNull() String forClass, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
+ patch(@NonNull() String forClass, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
Runnable
+ Runnable
patch(@NonNull() Class<out Object> clazz, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
+ patch(@NonNull() Class<out Object> clazz, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
Runnable
+ Runnable
patch(@NonNull() Member m, @NonNull() XC_MethodHook hook)
+ patch(@NonNull() Member m, @NonNull() XC_MethodHook hook)
Runnable
+ Runnable
patch(@NonNull() Member m, @NonNull() Action1<XC_MethodHook.MethodHookParam> callback)
+ patch(@NonNull() Member m, @NonNull() Action1<XC_MethodHook.MethodHookParam> callback)
Runnable patch(@NonNull() String forClass, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)+
Runnable patch(@NonNull() String forClass, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
Patches a method.
Runnable patch(@NonNull() Class<out Object> clazz, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)+
Runnable patch(@NonNull() Class<out Object> clazz, @NonNull() String fn, @NonNull() Array<Class<out Object>> paramTypes, @NonNull() XC_MethodHook hook)
Patches a method.
Runnable patch(@NonNull() Member m, @NonNull() XC_MethodHook hook)+
Runnable patch(@NonNull() Member m, @NonNull() XC_MethodHook hook)
Patches a method or constructor.
Runnable patch(@NonNull() Member m, @NonNull() Action1<XC_MethodHook.MethodHookParam> callback)+
Runnable patch(@NonNull() Member m, @NonNull() Action1<XC_MethodHook.MethodHookParam> callback)
Patches a method or constructor.
SettingsAPI(String plugin)
boolean
remove(String key)
+ remove(String key)
List<String>
+ List<String>
getAllKeys()
boolean
toggleBool(String key, boolean defValue)
+ toggleBool(String key, boolean defValue)
boolean
exists(String key)
+ exists(String key)
boolean
getBool(String key, boolean defValue)
+ getBool(String key, boolean defValue)
void
setBool(String key, boolean val)
+ setBool(String key, boolean val)
int
getInt(String key, int defValue)
+ getInt(String key, int defValue)
void
setInt(String key, int val)
+ setInt(String key, int val)
float
getFloat(String key, float defValue)
+ getFloat(String key, float defValue)
void
setFloat(String key, float val)
+ setFloat(String key, float val)
long
getLong(String key, long defValue)
+ getLong(String key, long defValue)
void
setLong(String key, long val)
+ setLong(String key, long val)
String
+ String
getString(String key, String defValue)
+ getString(String key, String defValue)
void
setString(String key, String val)
+ setString(String key, String val)
<T> T
getObject(String key, T defValue)
+ getObject(String key, T defValue)
<T> T
getObject(String key, T defValue, Type type)
+ getObject(String key, T defValue, Type type)
void
setObject(String key, Object val)
+ setObject(String key, Object val)
Object
+ Object
getUnknown(String key, Object defValue)
+ getUnknown(String key, Object defValue)
void
setUnknown(String key, Object value)
+ setUnknown(String key, Object value)
SettingsAPI(String plugin)+
SettingsAPI(String plugin)
boolean remove(String key)+
boolean remove(String key)
Removes Item from settings
List<String> getAllKeys()+
List<String> getAllKeys()
Gets All Keys from settings
boolean toggleBool(String key, boolean defValue)+
boolean toggleBool(String key, boolean defValue)
Toggles Boolean and returns it
boolean exists(String key)+
boolean exists(String key)
Check if Key exists in settings
boolean getBool(String key, boolean defValue)+
boolean getBool(String key, boolean defValue)
Reads a from the settings.
void setBool(String key, boolean val)+
void setBool(String key, boolean val)
Writes a to the settings.
int getInt(String key, int defValue)+
int getInt(String key, int defValue)
Gets an stored in the settings.
void setInt(String key, int val)+
void setInt(String key, int val)
Writes an to the settings.
float getFloat(String key, float defValue)+
float getFloat(String key, float defValue)
Gets a stored in the settings.
void setFloat(String key, float val)+
void setFloat(String key, float val)
Writes a to the settings.
long getLong(String key, long defValue)+
long getLong(String key, long defValue)
Gets a stored in the settings.
void setLong(String key, long val)+
void setLong(String key, long val)
Writes a to the settings.
String getString(String key, String defValue)-
Gets a String stored in the settings.
String getString(String key, String defValue)+
Gets a String stored in the settings.
void setString(String key, String val)-
Writes a String to the settings.
void setString(String key, String val)+
Writes a String to the settings.
<T> T getObject(String key, T defValue)-
Gets an Object stored in the settings.
<T> T getObject(String key, T defValue)+
Gets an Object stored in the settings.
<T> T getObject(String key, T defValue, Type type)-
Gets an Object stored in the settings.
<T> T getObject(String key, T defValue, Type type)+
Gets an Object stored in the settings.
type
- Object representing the data type.type
- Object representing the data type.void setObject(String key, Object val)-
Writes an Object to the settings.
void setObject(String key, Object val)+
Writes an Object to the settings.
Object getUnknown(String key, Object defValue)+
Object getUnknown(String key, Object defValue)
Get a value of an unknown type
void setUnknown(String key, Object value)+
void setUnknown(String key, Object value)
Set a value of an unknown type
private final List<RNUser>
private final List<RNUser>
recipients
RNChannel(String topic, Integer type, Long guildId, String name, Long lastMessageId, Long id, Long ownerId, List<Long> recipientIds, List<RNUser> recipients, Integer position, List<PermissionOverwrite> permissionOverwrites, Integer userLimit, Integer bitrate, String icon, Long originChannelId, Long applicationId, List<ChannelRecipientNick> nicks, Boolean nsfw, Long parentId, String memberListId, Integer rateLimitPerUser, Integer defaultAutoArchiveDuration, String rtcRegion, Long flags, GuildHashes guildHashes, List<ForumTag> availableTags, List<Long> appliedTags, ThreadMetadata threadMetadata, Integer messageCount, Integer memberCount, List<Long> memberIdsPreview, ThreadMember threadMember)
final List<RNUser>
+ final List<RNUser>
getRecipients()
RNChannel(String topic, Integer type, Long guildId, String name, Long lastMessageId, Long id, Long ownerId, List<Long> recipientIds, List<RNUser> recipients, Integer position, List<PermissionOverwrite> permissionOverwrites, Integer userLimit, Integer bitrate, String icon, Long originChannelId, Long applicationId, List<ChannelRecipientNick> nicks, Boolean nsfw, Long parentId, String memberListId, Integer rateLimitPerUser, Integer defaultAutoArchiveDuration, String rtcRegion, Long flags, GuildHashes guildHashes, List<ForumTag> availableTags, List<Long> appliedTags, ThreadMetadata threadMetadata, Integer messageCount, Integer memberCount, List<Long> memberIdsPreview, ThreadMember threadMember)+
RNChannel(String topic, Integer type, Long guildId, String name, Long lastMessageId, Long id, Long ownerId, List<Long> recipientIds, List<RNUser> recipients, Integer position, List<PermissionOverwrite> permissionOverwrites, Integer userLimit, Integer bitrate, String icon, Long originChannelId, Long applicationId, List<ChannelRecipientNick> nicks, Boolean nsfw, Long parentId, String memberListId, Integer rateLimitPerUser, Integer defaultAutoArchiveDuration, String rtcRegion, Long flags, GuildHashes guildHashes, List<ForumTag> availableTags, List<Long> appliedTags, ThreadMetadata threadMetadata, Integer messageCount, Integer memberCount, List<Long> memberIdsPreview, ThreadMember threadMember)
final List<RNUser> getRecipients()+
final List<RNUser> getRecipients()diff --git a/javadoc/com/aliucord/api/rn/models/message/RNMessage.html b/javadoc/com/aliucord/api/rn/models/message/RNMessage.html index 3f08e211..0320792e 100644 --- a/javadoc/com/aliucord/api/rn/models/message/RNMessage.html +++ b/javadoc/com/aliucord/api/rn/models/message/RNMessage.html @@ -177,13 +177,13 @@
public final List<RNUser>
public final List<RNUser>
mentions
private final List<User>
private final List<User>
mentions
private final Long
private final Long
applicationId
private final List<MessageAttachment>
private final List<MessageAttachment>
attachments
private final Long
private final Long
channelId
private final List<Component>
private final List<Component>
components
private final String
private final String
content
private final List<MessageEmbed>
private final List<MessageEmbed>
embeds
private final Long
private final Long
flags
private final Long
private final Long
guildId
private final Boolean
private final Boolean
hasLocalUploads
private final Boolean
private final Boolean
hit
private final Long
private final Long
id
private final Long
private final Long
initialAttemptTimestamp
private final Long
private final Long
lastManualAttemptTimestamp
private final List<LocalAttachment>
private final List<LocalAttachment>
localAttachments
private final Boolean
private final Boolean
mentionEveryone
private final List<Long>
private final List<Long>
mentionRoles
private final String
private final String
nonce
private final Integer
private final Integer
numRetries
private final Boolean
private final Boolean
pinned
private final List<MessageReaction>
private final List<MessageReaction>
reactions
private final List<StickerPartial>
private final List<StickerPartial>
stickerItems
private final List<Sticker>
private final List<Sticker>
stickers
private final Boolean
private final Boolean
tts
private final Integer
private final Integer
type
private final Long
private final Long
webhookId
RNMessage(Message message, RNUser author, List<RNUser> mentions)
RNMessage(Message message, RNUser author, List<RNUser> mentions)+
RNMessage(Message message, RNUser author, List<RNUser> mentions)
private final String
private final String
globalName
private final Long
private final Long
id
private final String
private final String
username
RNUser(Long id, String username, NullSerializable<String> avatar, NullSerializable<?> unused, String discriminator, Integer publicFlags, Integer flags, Boolean bot, Boolean system, String p9, String p10, Boolean p11, String p12, NsfwAllowance p13, Boolean p14, Phone p15, String p16, PremiumTier p17, Integer p18, GuildMember p19, NullSerializable<?> p20, NullSerializable<?> p21, Integer flags2, String globalName)
final String
+ final String
getGlobalName()
RNUser(Long id, String username, NullSerializable<String> avatar, NullSerializable<?> unused, String discriminator, Integer publicFlags, Integer flags, Boolean bot, Boolean system, String p9, String p10, Boolean p11, String p12, NsfwAllowance p13, Boolean p14, Phone p15, String p16, PremiumTier p17, Integer p18, GuildMember p19, NullSerializable<?> p20, NullSerializable<?> p21, Integer flags2, String globalName)+
RNUser(Long id, String username, NullSerializable<String> avatar, NullSerializable<?> unused, String discriminator, Integer publicFlags, Integer flags, Boolean bot, Boolean system, String p9, String p10, Boolean p11, String p12, NsfwAllowance p13, Boolean p14, Phone p15, String p16, PremiumTier p17, Integer p18, GuildMember p19, NullSerializable<?> p20, NullSerializable<?> p21, Integer flags2, String globalName)
final String getGlobalName()+
final String getGlobalName()diff --git a/javadoc/com/aliucord/api/rn/user/UserProfileData.html b/javadoc/com/aliucord/api/rn/user/UserProfileData.html index 50188691..58eb2a60 100644 --- a/javadoc/com/aliucord/api/rn/user/UserProfileData.html +++ b/javadoc/com/aliucord/api/rn/user/UserProfileData.html @@ -165,31 +165,31 @@
private final Integer
private final Integer
accentColor
private final String
private final String
banner
private final String
private final String
bio
private final Long
private final Long
guildId
private final String
private final String
pronouns
UserProfileData(Integer accentColor, String banner, String bio, Long guildId, String pronouns, IntArray themeColors)
final Integer
+ final Integer
getAccentColor()
final String
+ final String
getBanner()
final String
+ final String
getBio()
final Long
+ final Long
getGuildId()
final String
+ final String
getPronouns()
UserProfileData(Integer accentColor, String banner, String bio, Long guildId, String pronouns, IntArray themeColors)+
UserProfileData(Integer accentColor, String banner, String bio, Long guildId, String pronouns, IntArray themeColors)
final Integer getAccentColor()+
final Integer getAccentColor()@@ -404,7 +404,7 @@
final String getBanner()+
final String getBanner()@@ -419,7 +419,7 @@
final String getBio()+
final String getBio()@@ -434,7 +434,7 @@
final Long getGuildId()+
final Long getGuildId()@@ -449,7 +449,7 @@
final String getPronouns()+
final String getPronouns()diff --git a/javadoc/com/aliucord/coreplugins/NoTrack.html b/javadoc/com/aliucord/coreplugins/NoTrack.html index 469a77b6..c5a2ccd7 100644 --- a/javadoc/com/aliucord/coreplugins/NoTrack.html +++ b/javadoc/com/aliucord/coreplugins/NoTrack.html @@ -207,7 +207,7 @@
public String
public String
__filename
private final static Integer
private final static Integer
sheetProfileHeaderViewId
private final static Integer
private final static Integer
userProfileHeaderSecondaryNameViewId
private final static Integer
private final static Integer
pronounsViewId
final Integer
+ final Integer
getSheetProfileHeaderViewId()
final Integer
+ final Integer
getUserProfileHeaderSecondaryNameViewId()
final Integer
+ final Integer
getPronounsViewId()
final Integer getSheetProfileHeaderViewId()+
final Integer getSheetProfileHeaderViewId()@@ -346,7 +346,7 @@
final Integer getUserProfileHeaderSecondaryNameViewId()+
final Integer getUserProfileHeaderSecondaryNameViewId()@@ -361,7 +361,7 @@
final Integer getPronounsViewId()+
final Integer getPronounsViewId()diff --git a/javadoc/com/aliucord/coreplugins/TokenLogin.Page.html b/javadoc/com/aliucord/coreplugins/TokenLogin.Page.html index 47703f29..a7a4db79 100644 --- a/javadoc/com/aliucord/coreplugins/TokenLogin.Page.html +++ b/javadoc/com/aliucord/coreplugins/TokenLogin.Page.html @@ -220,7 +220,7 @@
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
void
login(CharSequence token)
+ login(CharSequence token)
void login(CharSequence token)+
void login(CharSequence token)diff --git a/javadoc/com/aliucord/coreplugins/TokenLogin.html b/javadoc/com/aliucord/coreplugins/TokenLogin.html index 1e1b5583..d67126c4 100644 --- a/javadoc/com/aliucord/coreplugins/TokenLogin.html +++ b/javadoc/com/aliucord/coreplugins/TokenLogin.html @@ -214,7 +214,7 @@
public String
public String
__filename
private final static Map<Long, String>
private final static Map<Long, String>
globalNames
final Map<Long, String>
+ final Map<Long, String>
getGlobalNames()
final Map<Long, String> getGlobalNames()+
final Map<Long, String> getGlobalNames()diff --git a/javadoc/com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html b/javadoc/com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html index ee95bf8d..9bea4c8b 100644 --- a/javadoc/com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html +++ b/javadoc/com/aliucord/entities/CommandContext.RequiredArgumentWasNullException.html @@ -118,7 +118,7 @@
public class CommandContext.RequiredArgumentWasNullException -extends RuntimeException +extends RuntimeException
Looks like Discord's required args are unreliable and are sometimes accepted even if empty. Or a plugin dev may just forget to mark an argument as required which leads to ugly NPEs. Thus, throw a custom exception and handle it in the command handler to present the user a simple message, not a scary stacktrace.
CommandContext.RequiredArgumentWasNullException(String name)
CommandContext.RequiredArgumentWasNullException(String name)+
CommandContext.RequiredArgumentWasNullException(String name)
public List<Attachment<out Object>>
public List<Attachment<out Object>>
attachments
CommandContext(Map<String, out Object> args, WidgetChatInput$configureSendListeners$2 _this, Array<Object> _args, MessageContent messageContent)
List<Attachment<out Object>>
+ List<Attachment<out Object>>
getAttachments()
String
+ String
getReferencedMessageLink()
String
+ String
getRawContent()
void
addAttachment(String uri, String displayName)
+ addAttachment(String uri, String displayName)
void
addAttachment(Attachment<out Object> attachment)
+ addAttachment(Attachment<out Object> attachment)
List<User>
+ List<User>
getMentionedUsers()
Map<String, out Object>
+ Map<String, out Object>
getRawArgs()
boolean
containsArg(String key)
+ containsArg(String key)
Map<String, out Object>
+ Map<String, out Object>
getRequiredSubCommandArgs(String key)
+ getRequiredSubCommandArgs(String key)
Map<String, out Object>
+ Map<String, out Object>
getSubCommandArgs(String key)
+ getSubCommandArgs(String key)
Object
+ Object
get(String key)
+ get(String key)
Object
+ Object
getRequired(String key)
+ getRequired(String key)
Object
+ Object
getOrDefault(String key, Object defaultValue)
+ getOrDefault(String key, Object defaultValue)
String
+ String
getString(String key)
+ getString(String key)
String
+ String
getRequiredString(String key)
+ getRequiredString(String key)
String
+ String
getStringOrDefault(String key, @NonNull() String defaultValue)
+ getStringOrDefault(String key, @NonNull() String defaultValue)
Integer
+ Integer
getInt(String key)
+ getInt(String key)
int
getRequiredInt(String key)
+ getRequiredInt(String key)
int
getIntOrDefault(String key, int defaultValue)
+ getIntOrDefault(String key, int defaultValue)
Long
+ Long
getLong(String key)
+ getLong(String key)
long
getRequiredLong(String key)
+ getRequiredLong(String key)
long
getLongOrDefault(String key, long defaultValue)
+ getLongOrDefault(String key, long defaultValue)
Boolean
+ Boolean
getBool(String key)
+ getBool(String key)
boolean
getRequiredBool(String key)
+ getRequiredBool(String key)
boolean
getBoolOrDefault(String key, boolean defaultValue)
+ getBoolOrDefault(String key, boolean defaultValue)
User
getUser(String key)
+ getUser(String key)
User
getRequiredUser(String key)
+ getRequiredUser(String key)
User
getUserOrDefault(String key, User defaultValue)
+ getUserOrDefault(String key, User defaultValue)
ChannelWrapper
getChannel(String key)
+ getChannel(String key)
ChannelWrapper
getRequiredChannel(String key)
+ getRequiredChannel(String key)
ChannelWrapper
getChannelOrDefault(String key, ChannelWrapper defaultValue)
+ getChannelOrDefault(String key, ChannelWrapper defaultValue)
GuildRoleWrapper
getRole(String key)
+ getRole(String key)
GuildRoleWrapper
getRequiredRole(String key)
+ getRequiredRole(String key)
GuildRoleWrapper
getRoleOrDefault(String key, GuildRoleWrapper defaultValue)
+ getRoleOrDefault(String key, GuildRoleWrapper defaultValue)
CommandContext(Map<String, out Object> args, WidgetChatInput$configureSendListeners$2 _this, Array<Object> _args, MessageContent messageContent)+
CommandContext(Map<String, out Object> args, WidgetChatInput$configureSendListeners$2 _this, Array<Object> _args, MessageContent messageContent)
@NonNull() List<Attachment<out Object>> getAttachments()+
@NonNull() List<Attachment<out Object>> getAttachments()
Returns the attachments of the message that invoked this command
@Nullable() String getReferencedMessageLink()+
@Nullable() String getReferencedMessageLink()
Returns the link of the referenced message
@NonNull()@Deprecated() ChannelWrapper getChannel()+
@NonNull()@Deprecated() ChannelWrapper getChannel()
Returns the current channel
String getRawContent()+
String getRawContent()
Returns the raw content of the message that invoked this command
void addAttachment(String uri, String displayName)+
void addAttachment(String uri, String displayName)
Adds an attachment
void addAttachment(Attachment<out Object> attachment)+
void addAttachment(Attachment<out Object> attachment)
Adds an attachment
List<User> getMentionedUsers()+
List<User> getMentionedUsers()
Returns the mentioned users
@NonNull() Map<String, out Object> getRawArgs()+
@NonNull() Map<String, out Object> getRawArgs()
Returns the raw args
boolean containsArg(String key)+
boolean containsArg(String key)
Check if the arguments contain the specified key
@NonNull() Map<String, out Object> getRequiredSubCommandArgs(String key)+
@NonNull() Map<String, out Object> getRequiredSubCommandArgs(String key)
Gets the arguments object for the specified subcommand
@Nullable() Map<String, out Object> getSubCommandArgs(String key)+
@Nullable() Map<String, out Object> getSubCommandArgs(String key)
Gets the arguments object for the specified subcommand
@Nullable() Object get(String key)+
@Nullable() Object get(String key)
Gets the raw argument with the specified key
@NonNull() Object getRequired(String key)+
@NonNull() Object getRequired(String key)
Gets the required raw argument with the specified key
@NonNull() Object getOrDefault(String key, Object defaultValue)+
@NonNull() Object getOrDefault(String key, Object defaultValue)
Gets the raw argument with the specified key or the defaultValue if no such argument is present
@Nullable() String getString(String key)+
@Nullable() String getString(String key)
Gets the String argument with the specified key
@NonNull() String getRequiredString(String key)+
@NonNull() String getRequiredString(String key)
Gets the required String argument with the specified key
@NonNull() String getStringOrDefault(String key, @NonNull() String defaultValue)+
@NonNull() String getStringOrDefault(String key, @NonNull() String defaultValue)
Gets the String argument with the specified key or the defaultValue if no such argument is present
@Nullable() Integer getInt(String key)+
@Nullable() Integer getInt(String key)
Gets the Integer argument with the specified key
int getRequiredInt(String key)+
int getRequiredInt(String key)
Gets the required Integer argument with the specified key
int getIntOrDefault(String key, int defaultValue)+
int getIntOrDefault(String key, int defaultValue)
Gets the Integer argument with the specified key or the defaultValue if no such argument is present
@Nullable() Long getLong(String key)+
@Nullable() Long getLong(String key)
Gets the Long argument with the specified key
long getRequiredLong(String key)+
long getRequiredLong(String key)
Gets the required Long argument with the specified key
long getLongOrDefault(String key, long defaultValue)+
long getLongOrDefault(String key, long defaultValue)
Gets the Long argument with the specified key or the defaultValue if no such argument is present
@Nullable() Boolean getBool(String key)+
@Nullable() Boolean getBool(String key)
Gets the Boolean argument with the specified key
boolean getRequiredBool(String key)+
boolean getRequiredBool(String key)
Gets the required Boolean argument with the specified key
boolean getBoolOrDefault(String key, boolean defaultValue)+
boolean getBoolOrDefault(String key, boolean defaultValue)
Gets the Boolean argument with the specified key or the defaultValue if no such argument is present
@Nullable() User getUser(String key)+
@Nullable() User getUser(String key)
Gets the User argument with the specified key
@NonNull() User getRequiredUser(String key)+
@NonNull() User getRequiredUser(String key)
Gets the required User argument with the specified key
@NonNull() User getUserOrDefault(String key, User defaultValue)+
@NonNull() User getUserOrDefault(String key, User defaultValue)
Gets the User argument with the specified key or the defaultValue if no such argument is present
@Nullable() ChannelWrapper getChannel(String key)+
@Nullable() ChannelWrapper getChannel(String key)
Gets the Channel argument with the specified key
@NonNull() ChannelWrapper getRequiredChannel(String key)+
@NonNull() ChannelWrapper getRequiredChannel(String key)
Gets the required channel argument with the specified key
@NonNull() ChannelWrapper getChannelOrDefault(String key, ChannelWrapper defaultValue)+
@NonNull() ChannelWrapper getChannelOrDefault(String key, ChannelWrapper defaultValue)
Gets the channel argument with the specified key or the defaultValue if no such argument is present
@Nullable() GuildRoleWrapper getRole(String key)+
@Nullable() GuildRoleWrapper getRole(String key)
Gets the Role argument with the specified key
@NonNull() GuildRoleWrapper getRequiredRole(String key)+
@NonNull() GuildRoleWrapper getRequiredRole(String key)
Gets the required Role argument with the specified key
@NonNull() GuildRoleWrapper getRoleOrDefault(String key, GuildRoleWrapper defaultValue)+
@NonNull() GuildRoleWrapper getRoleOrDefault(String key, GuildRoleWrapper defaultValue)
Gets the Role argument with the specified key or the defaultValue if no such argument is present
MessageEmbedBuilder
setAuthor(String name)
+ setAuthor(String name)
MessageEmbedBuilder
setAuthor(String name, String iconUrl)
+ setAuthor(String name, String iconUrl)
MessageEmbedBuilder
setAuthor(String name, String iconUrl, String proxyIconUrl)
+ setAuthor(String name, String iconUrl, String proxyIconUrl)
MessageEmbedBuilder
setColor(Integer color)
+ setColor(Integer color)
MessageEmbedBuilder
setDescription(String description)
+ setDescription(String description)
MessageEmbedBuilder
addField(String name, String value, boolean inline)
+ addField(String name, String value, boolean inline)
MessageEmbedBuilder
setFields(List<EmbedField> fields)
+ setFields(List<EmbedField> fields)
MessageEmbedBuilder
setFooter(String text)
+ setFooter(String text)
MessageEmbedBuilder
setFooter(String text, String iconUrl)
+ setFooter(String text, String iconUrl)
MessageEmbedBuilder
setFooter(String text, String iconUrl, String proxyIconUrl)
+ setFooter(String text, String iconUrl, String proxyIconUrl)
MessageEmbedBuilder
setImage(String imageUrl)
+ setImage(String imageUrl)
MessageEmbedBuilder
setImage(String imageUrl, String proxyImageUrl)
+ setImage(String imageUrl, String proxyImageUrl)
MessageEmbedBuilder
setImage(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
+ setImage(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
MessageEmbedBuilder
setThumbnail(String imageUrl)
+ setThumbnail(String imageUrl)
MessageEmbedBuilder
setThumbnail(String imageUrl, String proxyImageUrl)
+ setThumbnail(String imageUrl, String proxyImageUrl)
MessageEmbedBuilder
setThumbnail(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
+ setThumbnail(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
MessageEmbedBuilder
setTitle(String title)
+ setTitle(String title)
MessageEmbedBuilder
setUrl(String url)
+ setUrl(String url)
MessageEmbedBuilder
setVideo(String videoUrl, String proxyVideoUrl, Integer height, Integer width)
+ setVideo(String videoUrl, String proxyVideoUrl, Integer height, Integer width)
MessageEmbedBuilder
setVideo(String videoUrl)
+ setVideo(String videoUrl)
MessageEmbedBuilder
setVideo(String videoUrl, String proxyVideoUrl)
+ setVideo(String videoUrl, String proxyVideoUrl)
static EmbedField
createField(String name, String value, Boolean inline)
+ createField(String name, String value, Boolean inline)
MessageEmbedBuilder setAuthor(String name)+
MessageEmbedBuilder setAuthor(String name)
MessageEmbedBuilder setAuthor(String name, String iconUrl)+
MessageEmbedBuilder setAuthor(String name, String iconUrl)
MessageEmbedBuilder setAuthor(String name, String iconUrl, String proxyIconUrl)+
MessageEmbedBuilder setAuthor(String name, String iconUrl, String proxyIconUrl)
MessageEmbedBuilder setColor(Integer color)+
MessageEmbedBuilder setColor(Integer color)
Sets the embed color.
MessageEmbedBuilder setDescription(String description)+
MessageEmbedBuilder setDescription(String description)
Sets the embed description.
MessageEmbedBuilder addField(String name, String value, boolean inline)+
MessageEmbedBuilder addField(String name, String value, boolean inline)
Adds a field to the embed.
MessageEmbedBuilder setFields(List<EmbedField> fields)+
MessageEmbedBuilder setFields(List<EmbedField> fields)
Sets embed fields.
MessageEmbedBuilder setFooter(String text)+
MessageEmbedBuilder setFooter(String text)
Sets the embed footer.
MessageEmbedBuilder setFooter(String text, String iconUrl)+
MessageEmbedBuilder setFooter(String text, String iconUrl)
Sets the embed footer.
MessageEmbedBuilder setFooter(String text, String iconUrl, String proxyIconUrl)+
MessageEmbedBuilder setFooter(String text, String iconUrl, String proxyIconUrl)
Sets the embed footer.
MessageEmbedBuilder setImage(String imageUrl)+
MessageEmbedBuilder setImage(String imageUrl)
Sets the embed image.
MessageEmbedBuilder setImage(String imageUrl, String proxyImageUrl)+
MessageEmbedBuilder setImage(String imageUrl, String proxyImageUrl)
Sets the embed image.
MessageEmbedBuilder setImage(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)+
MessageEmbedBuilder setImage(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
Sets the embed image.
MessageEmbedBuilder setThumbnail(String imageUrl)+
MessageEmbedBuilder setThumbnail(String imageUrl)
Sets the embed thumbnail.
MessageEmbedBuilder setThumbnail(String imageUrl, String proxyImageUrl)+
MessageEmbedBuilder setThumbnail(String imageUrl, String proxyImageUrl)
Sets the embed thumbnail.
MessageEmbedBuilder setThumbnail(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)+
MessageEmbedBuilder setThumbnail(String imageUrl, String proxyImageUrl, Integer imageHeight, Integer imageWidth)
Sets the embed thumbnail.
MessageEmbedBuilder setTitle(String title)+
MessageEmbedBuilder setTitle(String title)
Sets the embed title.
MessageEmbedBuilder setUrl(String url)+
MessageEmbedBuilder setUrl(String url)
Sets the embed URL.
MessageEmbedBuilder setVideo(String videoUrl, String proxyVideoUrl, Integer height, Integer width)+
MessageEmbedBuilder setVideo(String videoUrl, String proxyVideoUrl, Integer height, Integer width)
Sets the embed video.
MessageEmbedBuilder setVideo(String videoUrl)+
MessageEmbedBuilder setVideo(String videoUrl)
Sets the embed video.
MessageEmbedBuilder setVideo(String videoUrl, String proxyVideoUrl)+
MessageEmbedBuilder setVideo(String videoUrl, String proxyVideoUrl)
Sets the embed video.
static EmbedField createField(String name, String value, Boolean inline)+
static EmbedField createField(String name, String value, Boolean inline)
public CharSequence
public CharSequence
title
public CharSequence
public CharSequence
subtitle
public CharSequence
public CharSequence
body
public String
public String
attachmentUrl
public List<Sticker>
public List<Sticker>
stickers
public String
public String
iconUrl
public Integer
public Integer
iconResId
public Integer
public Integer
autoDismissPeriodSecs
public List<out c<out AppComponent>>
public List<out c<out AppComponent>>
validScreens
public Function1<out Object, Unit>
public Function1<out Object, Unit>
onClickTopRightIcon
public Function1<out Object, Unit>
public Function1<out Object, Unit>
onClick
CharSequence
+ CharSequence
getTitle()
NotificationData
setTitle(@Nullable() CharSequence title)
+ setTitle(@Nullable() CharSequence title)
CharSequence
+ CharSequence
getSubtitle()
NotificationData
setSubtitle(@Nullable() CharSequence subtitle)
+ setSubtitle(@Nullable() CharSequence subtitle)
CharSequence
+ CharSequence
getBody()
NotificationData
setBody(@Nullable() CharSequence body)
+ setBody(@Nullable() CharSequence body)
String
+ String
getAttachmentUrl()
NotificationData
setAttachmentUrl(@Nullable() String attachmentUrl)
+ setAttachmentUrl(@Nullable() String attachmentUrl)
List<Sticker>
+ List<Sticker>
getStickers()
NotificationData
setStickers(@Nullable() List<Sticker> stickers)
+ setStickers(@Nullable() List<Sticker> stickers)
String
+ String
getIconUrl()
NotificationData
setIconUrl(@NonNull() String iconUrl)
+ setIconUrl(@NonNull() String iconUrl)
Integer
+ Integer
getIconResId()
NotificationData
setIconResId(@Nullable() Integer iconResId)
+ setIconResId(@Nullable() Integer iconResId)
Integer
+ Integer
getAutoDismissPeriodSecs()
NotificationData
setAutoDismissPeriodSecs(@Nullable() Integer autoDismissPeriodSecs)
+ setAutoDismissPeriodSecs(@Nullable() Integer autoDismissPeriodSecs)
List<out c<out AppComponent>>
+ List<out c<out AppComponent>>
getValidScreens()
NotificationData
setValidScreens(@Nullable() List<out c<out AppComponent>> validScreens)
+ setValidScreens(@Nullable() List<out c<out AppComponent>> validScreens)
Function1<out Object, Unit>
+ Function1<out Object, Unit>
getOnClickTopRightIcon()
NotificationData
setOnClickTopRightIcon(@Nullable() Function1<out Object, Unit> onClickTopRightIcon)
+ setOnClickTopRightIcon(@Nullable() Function1<out Object, Unit> onClickTopRightIcon)
Function1<out Object, Unit>
+ Function1<out Object, Unit>
getOnClick()
NotificationData
setOnClick(@Nullable() Function1<out Object, Unit> onClick)
+ setOnClick(@Nullable() Function1<out Object, Unit> onClick)
CharSequence getTitle()+
CharSequence getTitle()@@ -628,7 +628,7 @@
NotificationData setTitle(@Nullable() CharSequence title)+
NotificationData setTitle(@Nullable() CharSequence title)
Sets the title.
CharSequence getSubtitle()+
CharSequence getSubtitle()@@ -667,7 +667,7 @@
NotificationData setSubtitle(@Nullable() CharSequence subtitle)+
NotificationData setSubtitle(@Nullable() CharSequence subtitle)
Sets the subtitle.
CharSequence getBody()+
CharSequence getBody()@@ -706,7 +706,7 @@
NotificationData setBody(@Nullable() CharSequence body)+
NotificationData setBody(@Nullable() CharSequence body)
Sets the body.
String getAttachmentUrl()+
String getAttachmentUrl()@@ -784,7 +784,7 @@
NotificationData setAttachmentUrl(@Nullable() String attachmentUrl)+
NotificationData setAttachmentUrl(@Nullable() String attachmentUrl)
Sets the attachment URL.
List<Sticker> getStickers()+
List<Sticker> getStickers()@@ -862,14 +862,14 @@
NotificationData setStickers(@Nullable() List<Sticker> stickers)+
NotificationData setStickers(@Nullable() List<Sticker> stickers)
Sets the stickers.
String getIconUrl()+
String getIconUrl()@@ -901,7 +901,7 @@
NotificationData setIconUrl(@NonNull() String iconUrl)+
NotificationData setIconUrl(@NonNull() String iconUrl)
Sets the icon URL.
Integer getIconResId()+
Integer getIconResId()@@ -940,7 +940,7 @@
NotificationData setIconResId(@Nullable() Integer iconResId)+
NotificationData setIconResId(@Nullable() Integer iconResId)
Sets the icon.
Integer getAutoDismissPeriodSecs()+
Integer getAutoDismissPeriodSecs()@@ -1018,7 +1018,7 @@
NotificationData setAutoDismissPeriodSecs(@Nullable() Integer autoDismissPeriodSecs)+
NotificationData setAutoDismissPeriodSecs(@Nullable() Integer autoDismissPeriodSecs)
Sets the auto dismiss period.
List<out c<out AppComponent>> getValidScreens()+
List<out c<out AppComponent>> getValidScreens()@@ -1057,7 +1057,7 @@
NotificationData setValidScreens(@Nullable() List<out c<out AppComponent>> validScreens)+
NotificationData setValidScreens(@Nullable() List<out c<out AppComponent>> validScreens)
Sets valid screens for the notification.
Function1<out Object, Unit> getOnClickTopRightIcon()+
Function1<out Object, Unit> getOnClickTopRightIcon()@@ -1096,7 +1096,7 @@
NotificationData setOnClickTopRightIcon(@Nullable() Function1<out Object, Unit> onClickTopRightIcon)+
NotificationData setOnClickTopRightIcon(@Nullable() Function1<out Object, Unit> onClickTopRightIcon)
Sets the callback for the notification top right corner icon onClick action.
Function1<out Object, Unit> getOnClick()+
Function1<out Object, Unit> getOnClick()@@ -1135,7 +1135,7 @@
NotificationData setOnClick(@Nullable() Function1<out Object, Unit> onClick)+
NotificationData setOnClick(@Nullable() Function1<out Object, Unit> onClick)
Sets the callback for the notification onClick action.
public String
public String
name
Plugin.Manifest.Author(String name)
Plugin.Manifest.Author(String name, long id)
Plugin.Manifest.Author(String name, long id, boolean hyperlink)
String
+ String
toString()
Plugin.Manifest.Author(String name)+
Plugin.Manifest.Author(String name)
Plugin.Manifest.Author(String name, long id)+
Plugin.Manifest.Author(String name, long id)
Plugin.Manifest.Author(String name, long id, boolean hyperlink)+
Plugin.Manifest.Author(String name, long id, boolean hyperlink)
@NonNull() String toString()+
@NonNull() String toString()diff --git a/javadoc/com/aliucord/entities/Plugin.Manifest.html b/javadoc/com/aliucord/entities/Plugin.Manifest.html index a05230a7..0b65fb60 100644 --- a/javadoc/com/aliucord/entities/Plugin.Manifest.html +++ b/javadoc/com/aliucord/entities/Plugin.Manifest.html @@ -172,13 +172,13 @@
public String
public String
name
public String
public String
pluginClassName
public String
public String
description
public String
public String
version
public String
public String
updateUrl
public String
public String
changelog
public String
public String
changelogMedia
Plugin.Manifest(String name)
Plugin.Manifest(String name)+
Plugin.Manifest(String name)
static Plugin.SettingsTab.Type
valueOf(String name)
+ valueOf(String name)
static Plugin.SettingsTab.Type valueOf(String name)+
static Plugin.SettingsTab.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public Class<out AppFragment>
public Class<out AppFragment>
page
public Class<AppBottomSheet>
public Class<AppBottomSheet>
bottomSheet
public Array<Object>
public Array<Object>
args
Plugin.SettingsTab(Class<out AppFragment> settings)
Plugin.SettingsTab(Class<out Object> settings, Plugin.SettingsTab.Type type)
Plugin.SettingsTab
withArgs(Array<Object> args)
+ withArgs(Array<Object> args)
Plugin.SettingsTab(Class<out AppFragment> settings)+
Plugin.SettingsTab(Class<out AppFragment> settings)
Plugin.SettingsTab(Class<out Object> settings, Plugin.SettingsTab.Type type)+
Plugin.SettingsTab(Class<out Object> settings, Plugin.SettingsTab.Type type)
Plugin.SettingsTab withArgs(Array<Object> args)+
Plugin.SettingsTab withArgs(Array<Object> args)
Sets the constructor args that will be passed to this SettingsTab
public String
public String
__filename
String
+ String
getName()
String getName()+
String getName()diff --git a/javadoc/com/aliucord/fragments/AppFragmentProxy.html b/javadoc/com/aliucord/fragments/AppFragmentProxy.html index e04a9317..983c5ad3 100644 --- a/javadoc/com/aliucord/fragments/AppFragmentProxy.html +++ b/javadoc/com/aliucord/fragments/AppFragmentProxy.html @@ -203,7 +203,7 @@
public final static Map<String, Fragment>
public final static Map<String, Fragment>
fragments
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
ConfirmDialog
setTitle(CharSequence title)
+ setTitle(CharSequence title)
ConfirmDialog
setDescription(CharSequence description)
+ setDescription(CharSequence description)
final LinearLayout getRoot()-
Returns the root layout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the root layout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final MaterialButton getCancelButton()-
Returns the cancel button of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the cancel button of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final LoadingButton getOKButton()-
Returns the OK button of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the OK button of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final TextView getBody()-
Returns the body of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the body of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final TextView getHeader()-
Returns the header of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the header of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
ConfirmDialog setTitle(CharSequence title)+
ConfirmDialog setTitle(CharSequence title)
Sets the title of this dialog
ConfirmDialog setDescription(CharSequence description)+
ConfirmDialog setDescription(CharSequence description)
Sets the description of this dialog
public final static Map<String, Fragment>
public final static Map<String, Fragment>
fragments
Subject<Void, Void>
+ Subject<Void, Void>
getUnsubscribeSignal()
void
onRequestPermissionsResult(int requestCode, @NonNull() Array<String> permissions, @NonNull() Array<int> grantResults)
+ onRequestPermissionsResult(int requestCode, @NonNull() Array<String> permissions, @NonNull() Array<int> grantResults)
boolean
shouldShowRequestPermissionRationale(@NonNull() String permission)
+ shouldShowRequestPermissionRationale(@NonNull() String permission)
void
setEnterTransition(@Nullable() Object transition)
+ setEnterTransition(@Nullable() Object transition)
Object
+ Object
getEnterTransition()
void
setReturnTransition(@Nullable() Object transition)
+ setReturnTransition(@Nullable() Object transition)
Object
+ Object
getReturnTransition()
void
setExitTransition(@Nullable() Object transition)
+ setExitTransition(@Nullable() Object transition)
Object
+ Object
getExitTransition()
void
setReenterTransition(@Nullable() Object transition)
+ setReenterTransition(@Nullable() Object transition)
Object
+ Object
getReenterTransition()
void
setSharedElementEnterTransition(@Nullable() Object transition)
+ setSharedElementEnterTransition(@Nullable() Object transition)
Object
+ Object
getSharedElementEnterTransition()
void
setSharedElementReturnTransition(@Nullable() Object transition)
+ setSharedElementReturnTransition(@Nullable() Object transition)
Object
+ Object
getSharedElementReturnTransition()
void
dump(@NonNull() String prefix, @Nullable() FileDescriptor fd, @NonNull() PrintWriter writer, @Nullable() Array<String> args)
+ dump(@NonNull() String prefix, @Nullable() FileDescriptor fd, @NonNull() PrintWriter writer, @Nullable() Array<String> args)
Subject<Void, Void> getUnsubscribeSignal()+
Subject<Void, Void> getUnsubscribeSignal()@@ -1333,7 +1333,7 @@
void onRequestPermissionsResult(int requestCode, @NonNull() Array<String> permissions, @NonNull() Array<int> grantResults)+
void onRequestPermissionsResult(int requestCode, @NonNull() Array<String> permissions, @NonNull() Array<int> grantResults)@@ -1348,7 +1348,7 @@
boolean shouldShowRequestPermissionRationale(@NonNull() String permission)+
boolean shouldShowRequestPermissionRationale(@NonNull() String permission)@@ -1918,7 +1918,7 @@
void setEnterTransition(@Nullable() Object transition)+
void setEnterTransition(@Nullable() Object transition)@@ -1933,7 +1933,7 @@
@Nullable() Object getEnterTransition()+
@Nullable() Object getEnterTransition()@@ -1948,7 +1948,7 @@
void setReturnTransition(@Nullable() Object transition)+
void setReturnTransition(@Nullable() Object transition)@@ -1963,7 +1963,7 @@
@Nullable() Object getReturnTransition()+
@Nullable() Object getReturnTransition()@@ -1978,7 +1978,7 @@
void setExitTransition(@Nullable() Object transition)+
void setExitTransition(@Nullable() Object transition)@@ -1993,7 +1993,7 @@
@Nullable() Object getExitTransition()+
@Nullable() Object getExitTransition()@@ -2008,7 +2008,7 @@
void setReenterTransition(@Nullable() Object transition)+
void setReenterTransition(@Nullable() Object transition)@@ -2023,7 +2023,7 @@
@Nullable() Object getReenterTransition()+
@Nullable() Object getReenterTransition()@@ -2038,7 +2038,7 @@
void setSharedElementEnterTransition(@Nullable() Object transition)+
void setSharedElementEnterTransition(@Nullable() Object transition)@@ -2053,7 +2053,7 @@
@Nullable() Object getSharedElementEnterTransition()+
@Nullable() Object getSharedElementEnterTransition()@@ -2068,7 +2068,7 @@
void setSharedElementReturnTransition(@Nullable() Object transition)+
void setSharedElementReturnTransition(@Nullable() Object transition)@@ -2083,7 +2083,7 @@
@Nullable() Object getSharedElementReturnTransition()+
@Nullable() Object getSharedElementReturnTransition()@@ -2188,7 +2188,7 @@
void dump(@NonNull() String prefix, @Nullable() FileDescriptor fd, @NonNull() PrintWriter writer, @Nullable() Array<String> args)+
void dump(@NonNull() String prefix, @Nullable() FileDescriptor fd, @NonNull() PrintWriter writer, @Nullable() Array<String> args)diff --git a/javadoc/com/aliucord/fragments/InputDialog.html b/javadoc/com/aliucord/fragments/InputDialog.html index 8c0b294f..c340144d 100644 --- a/javadoc/com/aliucord/fragments/InputDialog.html +++ b/javadoc/com/aliucord/fragments/InputDialog.html @@ -226,7 +226,7 @@
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
String
+ String
getInput()
InputDialog
setPlaceholderText(CharSequence placeholder)
+ setPlaceholderText(CharSequence placeholder)
InputDialog
setTitle(CharSequence title)
+ setTitle(CharSequence title)
InputDialog
setDescription(CharSequence description)
+ setDescription(CharSequence description)
final LinearLayout getRoot()-
Returns the root layout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the root layout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final MaterialButton getCancelButton()-
Returns the cancel MaterialButton of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the cancel MaterialButton of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final MaterialButton getOKButton()-
Returns the OK MaterialButton of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the OK MaterialButton of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final TextView getBody()-
Returns the body of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the body of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final TextView getHeader()-
Returns the header of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the header of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
final TextInputLayout getInputLayout()-
Returns the TextInputLayout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
Returns the TextInputLayout of this dialog. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
String getInput()-
Returns the input the user entered. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
String getInput()+
Returns the input the user entered. Should only be called from within onClickHandlers or onViewBound as it will likely throw a NullPointerException in other cases
InputDialog setPlaceholderText(CharSequence placeholder)+
InputDialog setPlaceholderText(CharSequence placeholder)
Sets the placeholder text for the input field (By default the title if set or "Text")
InputDialog setTitle(CharSequence title)+
InputDialog setTitle(CharSequence title)
Sets the title of this dialog
InputDialog setDescription(CharSequence description)+
InputDialog setDescription(CharSequence description)
Sets the description of this dialog
private Function1<Integer, Unit>
private Function1<Integer, Unit>
onResultListener
private Array<String>
private Array<String>
items
private String
private String
title
private final Boolean
private final Boolean
isRecreated
private final Subject<Void, Void>
private final Subject<Void, Void>
unsubscribeSignal
final Function1<Integer, Unit>
+ final Function1<Integer, Unit>
getOnResultListener()
final Unit
setOnResultListener(Function1<Integer, Unit> onResultListener)
+ setOnResultListener(Function1<Integer, Unit> onResultListener)
final Array<String>
+ final Array<String>
getItems()
final Unit
setItems(Array<String> items)
+ setItems(Array<String> items)
final String
+ final String
getTitle()
final Unit
setTitle(String title)
+ setTitle(String title)
final Function1<Integer, Unit> getOnResultListener()+
final Function1<Integer, Unit> getOnResultListener()
Called when an item is selected
final Unit setOnResultListener(Function1<Integer, Unit> onResultListener)+
final Unit setOnResultListener(Function1<Integer, Unit> onResultListener)
Called when an item is selected
final Array<String> getItems()+
final Array<String> getItems()
Items for the user to pick from
final Unit setItems(Array<String> items)+
final Unit setItems(Array<String> items)
Items for the user to pick from
final String getTitle()+
final String getTitle()
Title displayed above the item list
final Unit setTitle(String title)+
final Unit setTitle(String title)
Title displayed above the item list
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
final int
addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
+ addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
final int
addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
+ addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
final int
addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
+ addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
final int
addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)
+ addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)
final void
addHeader(Context context, String text)
+ addHeader(Context context, String text)
final int addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)+
final int addHeaderButton(int id, int order, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
Add a button to the header Toolbar of this page
final int addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)+
final int addHeaderButton(int id, String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
Add a button to the header Toolbar of this page
final int addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)+
final int addHeaderButton(String title, Drawable drawable, MenuItem.OnMenuItemClickListener onClick)
Add a button to the header Toolbar of this page
final int addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)+
final int addHeaderButton(String title, @DrawableRes() int drawableId, MenuItem.OnMenuItemClickListener onClick)
Add a button to the header Toolbar of this page
@Deprecated() final void addHeaderButton(ToolbarButton button)+
@Deprecated() final void addHeaderButton(ToolbarButton button)
Adds a button from the Toolbar associated with this Page
@Deprecated() final void removeHeaderButton(ToolbarButton button)+
@Deprecated() final void removeHeaderButton(ToolbarButton button)
Removes a button to the Toolbar associated with this Page
final void addHeader(Context context, String text)+
final void addHeader(Context context, String text)
Add a header
public final Integer
public final Integer
priority
private final Function1<XC_MethodHook.MethodHookParam, Object>
private final Function1<XC_MethodHook.MethodHookParam, Object>
callback
public final Integer
public final Integer
priority
InsteadHook(Function1<XC_MethodHook.MethodHookParam, Object> callback)
final Function1<XC_MethodHook.MethodHookParam, Object>
+ final Function1<XC_MethodHook.MethodHookParam, Object>
getCallback()
final static InsteadHook
returnConstant(Object constant)
+ returnConstant(Object constant)
InsteadHook(Function1<XC_MethodHook.MethodHookParam, Object> callback)+
InsteadHook(Function1<XC_MethodHook.MethodHookParam, Object> callback)
final Function1<XC_MethodHook.MethodHookParam, Object> getCallback()+
final Function1<XC_MethodHook.MethodHookParam, Object> getCallback()
The callback to run instead of the method
final static InsteadHook returnConstant(Object constant)+
final static InsteadHook returnConstant(Object constant)
InsteadHook that always returns the specified constant
static XC_MethodHook.Unhook
addPatch(Member member, XC_MethodHook hook)
+ addPatch(Member member, XC_MethodHook hook)
static XC_MethodHook.Unhook
addPatch(Class<out Object> clazz, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
+ addPatch(Class<out Object> clazz, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
static XC_MethodHook.Unhook
addPatch(String forClass, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
+ addPatch(String forClass, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
static XC_MethodHook.Unhook addPatch(Member member, XC_MethodHook hook)+
static XC_MethodHook.Unhook addPatch(Member member, XC_MethodHook hook)
Add a patch
static XC_MethodHook.Unhook addPatch(Class<out Object> clazz, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)+
static XC_MethodHook.Unhook addPatch(Class<out Object> clazz, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
Add a patch
static XC_MethodHook.Unhook addPatch(String forClass, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)+
static XC_MethodHook.Unhook addPatch(String forClass, String methodName, Array<Class<out Object>> paramTypes, XC_MethodHook hook)
Add a patch
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
instead(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
+ instead(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
instead(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
+ instead(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
before(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
+ before(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
before(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
+ before(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
after(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
+ after(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
final static <T extends Any> Runnable
+ final static <T extends Any> Runnable
after(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
+ after(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
final static <T extends Any> Runnable instead(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)+
final static <T extends Any> Runnable instead(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
Replaces a constructor of a class.
final static <T extends Any> Runnable instead(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)+
final static <T extends Any> Runnable instead(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Object> callback)
Replaces a method of a class.
final static <T extends Any> Runnable before(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)+
final static <T extends Any> Runnable before(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
Adds a PreHook to a constructor of a class.
final static <T extends Any> Runnable before(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)+
final static <T extends Any> Runnable before(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
Adds a PreHook to a method of a class.
final static <T extends Any> Runnable after(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)+
final static <T extends Any> Runnable after(PatcherAPI $self, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
Adds a Hook to a constructor of a class.
final static <T extends Any> Runnable after(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)+
final static <T extends Any> Runnable after(PatcherAPI $self, String methodName, Class<?> paramTypes, Function2<T, XC_MethodHook.MethodHookParam, Unit> callback)
Adds a Hook to a method of a class.
public final Integer
public final Integer
priority
private final Boolean
private final Boolean
isRecreated
private final Subject<Void, Void>
private final Subject<Void, Void>
unsubscribeSignal
public final static String
public final static String
AUTO_DISABLE_ON_CRASH_KEY
public final static String
public final static String
AUTO_UPDATE_PLUGINS_KEY
public final static String
public final static String
AUTO_UPDATE_ALIUCORD_KEY
public final static String
public final static String
ALIUCORD_FROM_STORAGE_KEY
private final Boolean
private final Boolean
isRecreated
private final Subject<Void, Void>
private final Subject<Void, Void>
unsubscribeSignal
private final Boolean
private final Boolean
isRecreated
private final Subject<Void, Void>
private final Subject<Void, Void>
unsubscribeSignal
Plugins.Adapter(AppFragment fragment, Collection<Plugin> plugins)
Plugins.Adapter(AppFragment fragment, Collection<Plugin> plugins)+
Plugins.Adapter(AppFragment fragment, Collection<Plugin> plugins)
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
-public final class SettingsDelegate<T extends Object> +public final class SettingsDelegate<T extends Object> implements ReadWriteProperty<Any, T>@@ -249,7 +249,7 @@
T
getValue(Object thisRef, KProperty<?> property)
+ getValue(Object thisRef, KProperty<?> property)
Unit
setValue(Object thisRef, KProperty<?> property, T value)
+ setValue(Object thisRef, KProperty<?> property, T value)
T getValue(Object thisRef, KProperty<?> property)+
T getValue(Object thisRef, KProperty<?> property)@@ -339,7 +339,7 @@
Unit setValue(Object thisRef, KProperty<?> property, T value)+
Unit setValue(Object thisRef, KProperty<?> property, T value)diff --git a/javadoc/com/aliucord/settings/Updater.html b/javadoc/com/aliucord/settings/Updater.html index 76f024c3..9e41abe4 100644 --- a/javadoc/com/aliucord/settings/Updater.html +++ b/javadoc/com/aliucord/settings/Updater.html @@ -220,7 +220,7 @@
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
private final Boolean
private final Boolean
customManager
ManagerBuild.InstallMetadata(Boolean customManager, SemVer managerVersion, SemVer injectorVersion, SemVer patchesVersion)
final Boolean
+ final Boolean
getCustomManager()
ManagerBuild.InstallMetadata(Boolean customManager, SemVer managerVersion, SemVer injectorVersion, SemVer patchesVersion)+
ManagerBuild.InstallMetadata(Boolean customManager, SemVer managerVersion, SemVer injectorVersion, SemVer patchesVersion)
final Boolean getCustomManager()+
final Boolean getCustomManager()diff --git a/javadoc/com/aliucord/updater/ManagerBuild.html b/javadoc/com/aliucord/updater/ManagerBuild.html index 9a69de08..a38998f2 100644 --- a/javadoc/com/aliucord/updater/ManagerBuild.html +++ b/javadoc/com/aliucord/updater/ManagerBuild.html @@ -257,25 +257,25 @@
final static Boolean
+ final static Boolean
hasPatches(String version)
+ hasPatches(String version)
final static Boolean
+ final static Boolean
hasInjector(String version)
+ hasInjector(String version)
final static Boolean
+ final static Boolean
installedWithManager(String version)
+ installedWithManager(String version)
final static Boolean hasPatches(String version)+
final static Boolean hasPatches(String version)
Whether this installation has at least a specific version of smali patches applied to it.
final static Boolean hasInjector(String version)+
final static Boolean hasInjector(String version)
Whether this installation has at least a specific version of injector added to it.
final static Boolean installedWithManager(String version)+
final static Boolean installedWithManager(String version)
Whether this installation was patched with at least a specific version of manager
public Map<String, PluginUpdater.UpdateInfo>
public Map<String, PluginUpdater.UpdateInfo>
data
PluginUpdater.CachedData(Map<String, PluginUpdater.UpdateInfo> d)
PluginUpdater.CachedData(Map<String, PluginUpdater.UpdateInfo> d)+
PluginUpdater.CachedData(Map<String, PluginUpdater.UpdateInfo> d)
public String
public String
version
public String
public String
build
public String
public String
changelog
public String
public String
changelogMedia
public String
public String
sha1sum
public final static Map<String, PluginUpdater.CachedData>
public final static Map<String, PluginUpdater.CachedData>
cache
public final static Map<String, String>
public final static Map<String, String>
updated
public final static List<String>
public final static List<String>
updates
static boolean
update(String plugin)
+ update(String plugin)
static boolean update(String plugin)+
static boolean update(String plugin)diff --git a/javadoc/com/aliucord/updater/Updater.html b/javadoc/com/aliucord/updater/Updater.html index cbaa9859..12107141 100644 --- a/javadoc/com/aliucord/updater/Updater.html +++ b/javadoc/com/aliucord/updater/Updater.html @@ -246,7 +246,7 @@
static boolean
isOutdated(String component, String version, String newVersion)
+ isOutdated(String component, String version, String newVersion)
static boolean isOutdated(String component, String version, String newVersion)+
static boolean isOutdated(String component, String version, String newVersion)
Compares two SemVer-style versions to determine whether a component is outdated
private final Integer
private final Integer
drawableResourceId
private final String
private final String
url
ChangelogUtils.FooterAction(Integer drawableResourceId, String url)
final Integer
+ final Integer
getDrawableResourceId()
final String
+ final String
getUrl()
Integer
+ Integer
describeContents()
Unit
writeToParcel(Parcel parcel, Integer i)
+ writeToParcel(Parcel parcel, Integer i)
ChangelogUtils.FooterAction(Integer drawableResourceId, String url)+
ChangelogUtils.FooterAction(Integer drawableResourceId, String url)
final Integer getDrawableResourceId()+
final Integer getDrawableResourceId()@@ -386,7 +386,7 @@
final String getUrl()+
final String getUrl()@@ -401,7 +401,7 @@
Integer describeContents()+
Integer describeContents()@@ -416,7 +416,7 @@
Unit writeToParcel(Parcel parcel, Integer i)+
Unit writeToParcel(Parcel parcel, Integer i)diff --git a/javadoc/com/aliucord/utils/ChangelogUtils.html b/javadoc/com/aliucord/utils/ChangelogUtils.html index 5f9977c4..03b4ab1e 100644 --- a/javadoc/com/aliucord/utils/ChangelogUtils.html +++ b/javadoc/com/aliucord/utils/ChangelogUtils.html @@ -253,7 +253,7 @@
final static Unit
show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)
+ show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)
final static Unit show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)+
final static Unit show(Context context, String version, String media, String body, ChangelogUtils.FooterAction footerActions)
Show ChangeLog modal
static List<User>
+ static List<User>
getRecipients(Channel channel)
static String
+ static String
getDisplayName(Channel channel)
static String
+ static String
getDisplayNameOrDefault(Channel channel, Context context, boolean addPrefix)
static List<User> getRecipients(Channel channel)+
static List<User> getRecipients(Channel channel)@@ -413,7 +413,7 @@
static String getDisplayName(Channel channel)+
static String getDisplayName(Channel channel)@@ -428,7 +428,7 @@
static String getDisplayNameOrDefault(Channel channel, Context context, boolean addPrefix)+
static String getDisplayNameOrDefault(Channel channel, Context context, boolean addPrefix)diff --git a/javadoc/com/aliucord/utils/DimenUtils.html b/javadoc/com/aliucord/utils/DimenUtils.html index 2db9dcdd..640a46a0 100644 --- a/javadoc/com/aliucord/utils/DimenUtils.html +++ b/javadoc/com/aliucord/utils/DimenUtils.html @@ -165,19 +165,19 @@
private final static Integer
private final static Integer
defaultPadding
private final static Integer
private final static Integer
defaultCardRadius
private final Integer
private final Integer
dp
final static Integer
+ final static Integer
dpToPx(Integer dp)
+ dpToPx(Integer dp)
final static Integer
+ final static Integer
dpToPx(Float dp)
+ dpToPx(Float dp)
final static Integer
+ final static Integer
pxToDp(Integer px)
+ pxToDp(Integer px)
final static Integer
+ final static Integer
getDefaultPadding()
final static Integer
+ final static Integer
getDefaultCardRadius()
final Integer
+ final Integer
getDp(Integer $self)
+ getDp(Integer $self)
final static Integer dpToPx(Integer dp)+
final static Integer dpToPx(Integer dp)
Converts DP to PX.
final static Integer dpToPx(Float dp)+
final static Integer dpToPx(Float dp)
Converts DP to PX.
final static Integer pxToDp(Integer px)+
final static Integer pxToDp(Integer px)
Converts PX to DP.
final static Integer getDefaultPadding()+
final static Integer getDefaultPadding()
The default padding for items (16 DP)
final static Integer getDefaultCardRadius()+
final static Integer getDefaultCardRadius()
The default padding for cards (8 DP)
final Integer getDp(Integer $self)+
final Integer getDp(Integer $self)diff --git a/javadoc/com/aliucord/utils/GsonUtils.html b/javadoc/com/aliucord/utils/GsonUtils.html index 781a2ff3..8ac40d07 100644 --- a/javadoc/com/aliucord/utils/GsonUtils.html +++ b/javadoc/com/aliucord/utils/GsonUtils.html @@ -264,7 +264,7 @@
final static <T extends Any> T
fromJson(Gson $self, String json, Class<T> clazz)
+ fromJson(Gson $self, String json, Class<T> clazz)
final static <T extends Any> T
fromJson(String json, Class<T> clazz)
+ fromJson(String json, Class<T> clazz)
final static <T extends Any> T
fromJson(Gson $self, Reader reader, Class<T> clazz)
+ fromJson(Gson $self, Reader reader, Class<T> clazz)
final static <T extends Any> T
fromJson(Reader reader, Class<T> clazz)
+ fromJson(Reader reader, Class<T> clazz)
final static <T extends Any> T
fromJson(Gson $self, String json, Type type)
+ fromJson(Gson $self, String json, Type type)
final static <T extends Any> T
fromJson(String json, Type type)
+ fromJson(String json, Type type)
final static String
+ final static String
toJson(Gson $self, Object obj)
+ toJson(Gson $self, Object obj)
final static String
+ final static String
toJson(Object obj)
+ toJson(Object obj)
final static String
+ final static String
toJsonPretty(Object obj)
+ toJsonPretty(Object obj)
final static <T extends Any> T fromJson(Gson $self, String json, Class<T> clazz)+
final static <T extends Any> T fromJson(Gson $self, String json, Class<T> clazz)
Deserializes a JSON string into the specified class
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(json, clazz)")) final static <T extends Any> T fromJson(String json, Class<T> clazz)+
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(json, clazz)")) final static <T extends Any> T fromJson(String json, Class<T> clazz)@@ -454,7 +454,7 @@
final static <T extends Any> T fromJson(Gson $self, Reader reader, Class<T> clazz)+
final static <T extends Any> T fromJson(Gson $self, Reader reader, Class<T> clazz)
Deserializes a JSON string into the specified class
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(reader, clazz)")) final static <T extends Any> T fromJson(Reader reader, Class<T> clazz)+
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(reader, clazz)")) final static <T extends Any> T fromJson(Reader reader, Class<T> clazz)@@ -499,7 +499,7 @@
final static <T extends Any> T fromJson(Gson $self, String json, Type type)+
final static <T extends Any> T fromJson(Gson $self, String json, Type type)
Deserializes a JSON string into the specified object
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(json, type)")) final static <T extends Any> T fromJson(String json, Type type)+
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.fromJson(json, type)")) final static <T extends Any> T fromJson(String json, Type type)@@ -544,7 +544,7 @@
final static String toJson(Gson $self, Object obj)+
final static String toJson(Gson $self, Object obj)
Serializes an Object to JSON
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.toJson(obj)")) final static String toJson(Object obj)+
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gson.toJson(obj)")) final static String toJson(Object obj)@@ -585,7 +585,7 @@
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gsonPretty.toJson(obj)")) final static String toJsonPretty(Object obj)+
@Deprecated(message = "Use kt extension for Gson", replaceWith = @ReplaceWith(imports = {}, expression = "gsonPretty.toJson(obj)")) final static String toJsonPretty(Object obj)
Serializes an Object to pretty printed JSON
static String
+ static String
readAsText(@NonNull() InputStream is)
+ readAsText(@NonNull() InputStream is)
static Array<byte>
readBytes(@NonNull() InputStream stream)
+ readBytes(@NonNull() InputStream stream)
byte[]
static void
pipe(@NonNull() InputStream is, @NonNull() OutputStream os)
+ pipe(@NonNull() InputStream is, @NonNull() OutputStream os)
@NonNull() static String readAsText(@NonNull() InputStream is)-
Reads the InputStream as text
@NonNull() static String readAsText(@NonNull() InputStream is)+
Reads the InputStream as text
@NonNull() static Array<byte> readBytes(@NonNull() InputStream stream)+
@NonNull() static Array<byte> readBytes(@NonNull() InputStream stream)
Reads the InputStream into a byte[]
static void pipe(@NonNull() InputStream is, @NonNull() OutputStream os)-
Pipe an InputStream into an OutputStream
static void pipe(@NonNull() InputStream is, @NonNull() OutputStream os)+
Pipe an InputStream into an OutputStream
-public final class LazyField<T extends Object> - implements ReadOnlyProperty<T, Field> +public final class LazyField<T extends Object> + implements ReadOnlyProperty<T, Field>
A lazy field delegate designed to improve the performance in field reflection.
LazyField(Class<?> clazz, String fieldName)
Field
+ Field
getValue(T thisRef, KProperty<?> property)
LazyField(Class<?> clazz, String fieldName)+
LazyField(Class<?> clazz, String fieldName)
Field getValue(T thisRef, KProperty<?> property)+
Field getValue(T thisRef, KProperty<?> property)diff --git a/javadoc/com/aliucord/utils/MDUtils.html b/javadoc/com/aliucord/utils/MDUtils.html index 8e4257c7..a3869872 100644 --- a/javadoc/com/aliucord/utils/MDUtils.html +++ b/javadoc/com/aliucord/utils/MDUtils.html @@ -259,15 +259,15 @@
static SpannableStringBuilder
renderCodeBlock(@NonNull() Context context, @NonNull() SpannableStringBuilder builder, @Nullable() String language, @NonNull() String content)
+ renderCodeBlock(@NonNull() Context context, @NonNull() SpannableStringBuilder builder, @Nullable() String language, @NonNull() String content)
static CharSequence
+ static CharSequence
render(CharSequence source)
+ render(CharSequence source)
@NonNull() static SpannableStringBuilder renderCodeBlock(@NonNull() Context context, @NonNull() SpannableStringBuilder builder, @Nullable() String language, @NonNull() String content)+
@NonNull() static SpannableStringBuilder renderCodeBlock(@NonNull() Context context, @NonNull() SpannableStringBuilder builder, @Nullable() String language, @NonNull() String content)
Renders code block into SpannableStringBuilder
static CharSequence render(CharSequence source)+
static CharSequence render(CharSequence source)
Renders discord spice markdown
static <K, V> K
getMapKey(@NonNull() Map<K, V> map, @Nullable() V val)
+ getMapKey(@NonNull() Map<K, V> map, @Nullable() V val)
@Nullable() static <K, V> K getMapKey(@NonNull() Map<K, V> map, @Nullable() V val)+
@Nullable() static <K, V> K getMapKey(@NonNull() Map<K, V> map, @Nullable() V val)
Finds the mapping key for Object val where Objects.equals(val, entry.value)
private final static String
private final static String
vendorId
private final static String
private final static String
superPropertiesBase64
public final static Integer
public final static Integer
versionCode
public final static String
public final static String
versionString
public final static String
public final static String
userAgent
final static String
+ final static String
getVendorId()
final static String
+ final static String
getSuperPropertiesBase64()
final static String getVendorId()+
final static String getVendorId()@@ -385,7 +385,7 @@
final static String getSuperPropertiesBase64()+
final static String getSuperPropertiesBase64()diff --git a/javadoc/com/aliucord/utils/ReflectDelegatesKt.html b/javadoc/com/aliucord/utils/ReflectDelegatesKt.html index df3ad06e..9b79c016 100644 --- a/javadoc/com/aliucord/utils/ReflectDelegatesKt.html +++ b/javadoc/com/aliucord/utils/ReflectDelegatesKt.html @@ -238,9 +238,9 @@
final static <T extends Any> LazyField<Object>
+ final static <T extends Any> LazyField<Object>
lazyField(String fieldName)
+ lazyField(String fieldName)
final static <T extends Any> LazyField<Object> lazyField(String fieldName)+
final static <T extends Any> LazyField<Object> lazyField(String fieldName)
A lazy field delegate designed to improve the performance in field reflection.
static <T> T
allocateInstance(@NonNull() Class<T> clazz)
+ allocateInstance(@NonNull() Class<T> clazz)
static <T> Constructor<T>
+ static <T> Constructor<T>
getConstructorByArgs(@NonNull() Class<T> clazz, Array<Object> args)
+ getConstructorByArgs(@NonNull() Class<T> clazz, Array<Object> args)
static <T> T
invokeConstructorWithArgs(@NonNull() Class<T> clazz, Array<Object> args)
+ invokeConstructorWithArgs(@NonNull() Class<T> clazz, Array<Object> args)
static Method
+ static Method
getMethodByArgs(@NonNull() Class<out Object> clazz, @NonNull() String methodName, Array<Object> args)
+ getMethodByArgs(@NonNull() Class<out Object> clazz, @NonNull() String methodName, Array<Object> args)
static Object
+ static Object
invokeMethod(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String methodName, Array<Object> args)
+ invokeMethod(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String methodName, Array<Object> args)
static Object
+ static Object
invokeMethod(@NonNull() Object instance, @NonNull() String methodName, Array<Object> args)
+ invokeMethod(@NonNull() Object instance, @NonNull() String methodName, Array<Object> args)
static Object
+ static Object
getField(@NonNull() Object instance, @NonNull() String fieldName)
+ getField(@NonNull() Object instance, @NonNull() String fieldName)
static Object
+ static Object
getField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName)
+ getField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName)
static void
setField(@NonNull() Object instance, @NonNull() String fieldName, @Nullable() Object v)
+ setField(@NonNull() Object instance, @NonNull() String fieldName, @Nullable() Object v)
static void
setField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
+ setField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
static void
setFinalField(@Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
+ setFinalField(@Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
static void
setFinalField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
+ setFinalField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)
static <T> T allocateInstance(@NonNull() Class<T> clazz)+
static <T> T allocateInstance(@NonNull() Class<T> clazz)
Creates new class instance without using a constructor
static <T> Constructor<T> getConstructorByArgs(@NonNull() Class<T> clazz, Array<Object> args)+
static <T> Constructor<T> getConstructorByArgs(@NonNull() Class<T> clazz, Array<Object> args)
Gets the constructor for class T matching the specified arguments
static <T> T invokeConstructorWithArgs(@NonNull() Class<T> clazz, Array<Object> args)+
static <T> T invokeConstructorWithArgs(@NonNull() Class<T> clazz, Array<Object> args)
Attempts to find and invoke the constructor of class T matching the specified arguments
@NonNull() static Method getMethodByArgs(@NonNull() Class<out Object> clazz, @NonNull() String methodName, Array<Object> args)-
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@NonNull() static Method getMethodByArgs(@NonNull() Class<out Object> clazz, @NonNull() String methodName, Array<Object> args)+
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@Nullable() static Object invokeMethod(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String methodName, Array<Object> args)-
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@Nullable() static Object invokeMethod(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String methodName, Array<Object> args)+
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@Nullable() static Object invokeMethod(@NonNull() Object instance, @NonNull() String methodName, Array<Object> args)-
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@Nullable() static Object invokeMethod(@NonNull() Object instance, @NonNull() String methodName, Array<Object> args)+
Attempts to find and invoke the method matching the specified arguments Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Method to improve performance drastically
@Nullable() static Object getField(@NonNull() Object instance, @NonNull() String fieldName)-
Gets a field declared in the class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
@Nullable() static Object getField(@NonNull() Object instance, @NonNull() String fieldName)+
Gets a field declared in the class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
@Nullable() static Object getField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName)-
Gets a field declared in the class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
@Nullable() static Object getField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName)+
Gets a field declared in the class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setField(@NonNull() Object instance, @NonNull() String fieldName, @Nullable() Object v)-
Override a field of a class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setField(@NonNull() Object instance, @NonNull() String fieldName, @Nullable() Object v)+
Override a field of a class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)-
Override a field of a class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)+
Override a field of a class. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setFinalField(@Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)-
Override a final field of a class. WARNING: If this field is of a primitive type, setting it may have no effect as the compiler will inline final primitives. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setFinalField(@Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)+
Override a final field of a class. WARNING: If this field is of a primitive type, setting it may have no effect as the compiler will inline final primitives. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setFinalField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)-
Override a final field of a class. WARNING: If this field is of a primitive type, setting it may have no effect as the compiler will inline final primitives. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
static void setFinalField(@NonNull() Class<out Object> clazz, @Nullable() Object instance, @NonNull() String fieldName, @Nullable() Object v)+
Override a final field of a class. WARNING: If this field is of a primitive type, setting it may have no effect as the compiler will inline final primitives. Please note that this does not cache the lookup result, so if you need to call this many times you should do it manually and cache the Field to improve performance drastically
clazz
- Class where the field is located.clazz
- Class where the field is located.private final static Observable<Object>
private final static Observable<Object>
empty
final static <T extends Any> Pair<T, Throwable>
+ final static <T extends Any> Pair<T, Throwable>
await(Observable<T> $self)
final static <T extends Any> Subscriber<T>
createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError, Action0 onCompleted)
+ createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError, Action0 onCompleted)
final static <T extends Any> Subscriber<T>
createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError)
+ createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError)
final static Observable<Long>
+ final static Observable<Long>
timer(Long delay, TimeUnit unit)
+ timer(Long delay, TimeUnit unit)
0L
after a specified delay, and then completes.final static Subscription
schedule(Long delay, TimeUnit unit, Function1<Long, Unit> callback)
+ schedule(Long delay, TimeUnit unit, Function1<Long, Unit> callback)
final static <T extends Any, R extends Any> Observable<R>
combineLatest(List<Observable<T>> sources, FuncN<R> combineFunction)
+ combineLatest(List<Observable<T>> sources, FuncN<R> combineFunction)
final static Observable<Object>
+ final static Observable<Object>
getEmpty()
final static <T extends Any> Pair<T, Throwable> await(Observable<T> $self)+
final static <T extends Any> Pair<T, Throwable> await(Observable<T> $self)
Blocks the current thread and waits for the Observable to complete, then returns a Pair containing the result, and the error (if any) This must not be called from the Main thread (and will throw an IllegalStateException if done so) as that would freeze the UI
@JvmOverloads() final static <T extends Any> Subscriber<T> createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError, Action0 onCompleted)+
@JvmOverloads() final static <T extends Any> Subscriber<T> createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError, Action0 onCompleted)
Creates a subscriber that forwards the onXXX method calls to callbacks.
@JvmOverloads() final static <T extends Any> Subscriber<T> createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError)+
@JvmOverloads() final static <T extends Any> Subscriber<T> createActionSubscriber(Action1<in T> onNext, Action1<Throwable> onError)
Creates a subscriber that forwards the onXXX method calls to callbacks.
final static Observable<Long> timer(Long delay, TimeUnit unit)+
final static Observable<Long> timer(Long delay, TimeUnit unit)
Returns an Observable that emits 0L
after a specified delay, and then completes.
final static Subscription schedule(Long delay, TimeUnit unit, Function1<Long, Unit> callback)+
final static Subscription schedule(Long delay, TimeUnit unit, Function1<Long, Unit> callback)
Runs the callback after the specified delay
final static <T extends Any, R extends Any> Observable<R> combineLatest(List<Observable<T>> sources, FuncN<R> combineFunction)+
final static <T extends Any, R extends Any> Observable<R> combineLatest(List<Observable<T>> sources, FuncN<R> combineFunction)
Combines a list of source Observables by emitting an item that aggregates the latest values of each of the source Observables each time an item is received from any of the source Observables, where this aggregation is defined by a specified function.
final static Observable<Object> getEmpty()+
final static Observable<Object> getEmpty()diff --git a/javadoc/com/aliucord/utils/SemVer.html b/javadoc/com/aliucord/utils/SemVer.html index 3fcf22b2..89b38fad 100644 --- a/javadoc/com/aliucord/utils/SemVer.html +++ b/javadoc/com/aliucord/utils/SemVer.html @@ -118,7 +118,7 @@
public final class SemVer - implements Comparable<SemVer> + implements Comparable<SemVer>
Parses a Semantic version in the format of v1.0.0
private final Integer
private final Integer
major
private final Integer
private final Integer
minor
private final Integer
private final Integer
patch
SemVer(Integer major, Integer minor, Integer patch)
final Integer
+ final Integer
getMajor()
final Integer
+ final Integer
getMinor()
final Integer
+ final Integer
getPatch()
Integer
+ Integer
compareTo(SemVer other)
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
String
+ String
toString()
Integer
+ Integer
hashCode()
final static SemVer
parseOrNull(String version)
+ parseOrNull(String version)
final static SemVer
parse(String version)
+ parse(String version)
SemVer(Integer major, Integer minor, Integer patch)+
SemVer(Integer major, Integer minor, Integer patch)
final Integer getMajor()+
final Integer getMajor()@@ -426,7 +426,7 @@
final Integer getMinor()+
final Integer getMinor()@@ -441,7 +441,7 @@
final Integer getPatch()+
final Integer getPatch()@@ -456,7 +456,7 @@
Integer compareTo(SemVer other)+
Integer compareTo(SemVer other)@@ -471,7 +471,7 @@
Boolean equals(Object other)+
Boolean equals(Object other)@@ -486,7 +486,7 @@
String toString()+
String toString()@@ -501,7 +501,7 @@
Integer hashCode()+
Integer hashCode()@@ -516,7 +516,7 @@
final static SemVer parseOrNull(String version)+
final static SemVer parseOrNull(String version)@@ -531,7 +531,7 @@
final static SemVer parse(String version)+
final static SemVer parse(String version)diff --git a/javadoc/com/aliucord/views/Button.html b/javadoc/com/aliucord/views/Button.html index 2244b4d7..086148f7 100644 --- a/javadoc/com/aliucord/views/Button.html +++ b/javadoc/com/aliucord/views/Button.html @@ -321,7 +321,7 @@
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
TextInput(Context context, CharSequence hint)
TextInput(Context context, CharSequence hint, String value)
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener)
TextInput(Context context, CharSequence hint, String value, View.OnClickListener endIconOnClick)
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener, View.OnClickListener endIconOnClick)
TextInput
setHint(@NonNull() CharSequence hint)
+ setHint(@NonNull() CharSequence hint)
TextInput(Context context, CharSequence hint)+
TextInput(Context context, CharSequence hint)
TextInput(Context context, CharSequence hint, String value)+
TextInput(Context context, CharSequence hint, String value)
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener)+
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener)
TextInput(Context context, CharSequence hint, String value, View.OnClickListener endIconOnClick)+
TextInput(Context context, CharSequence hint, String value, View.OnClickListener endIconOnClick)
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener, View.OnClickListener endIconOnClick)+
TextInput(Context context, CharSequence hint, String value, TextWatcher textChangedListener, View.OnClickListener endIconOnClick)
TextInput setHint(@NonNull() CharSequence hint)+
TextInput setHint(@NonNull() CharSequence hint)
Sets the hint message
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public Subject<Void, Void>
public Subject<Void, Void>
unsubscribeSignal
FailedPluginWidget(Context ctx, File file, Object reason, Function0<Unit> onDelete)
FailedPluginWidget(Context ctx, File file, Object reason, Function0<Unit> onDelete)+
FailedPluginWidget(Context ctx, File file, Object reason, Function0<Unit> onDelete)
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
public final static Property<View, Float>
public final static Property<View, Float>
ALPHA
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public final static String
public final static String
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public final static String
public final static String
AUTOFILL_HINT_EMAIL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_NAME
public final static String
public final static String
AUTOFILL_HINT_PASSWORD
public final static String
public final static String
AUTOFILL_HINT_PHONE
public final static String
public final static String
AUTOFILL_HINT_POSTAL_ADDRESS
public final static String
public final static String
AUTOFILL_HINT_POSTAL_CODE
public final static String
public final static String
AUTOFILL_HINT_USERNAME
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_X
public final static Property<View, Float>
public final static Property<View, Float>
ROTATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_X
public final static Property<View, Float>
public final static Property<View, Float>
SCALE_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_X
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Y
public final static Property<View, Float>
public final static Property<View, Float>
TRANSLATION_Z
public final static Property<View, Float>
public final static Property<View, Float>
X
public final static Property<View, Float>
public final static Property<View, Float>
Y
public final static Property<View, Float>
public final static Property<View, Float>
Z
UpdaterPluginCard(Context context, String plugin, Runnable forceUpdate)
UpdaterPluginCard(Context context, String plugin, Runnable forceUpdate)+
UpdaterPluginCard(Context context, String plugin, Runnable forceUpdate)
private final Long
private final Long
applicationId
private final List<Long>
private final List<Long>
appliedTags
private final List<ForumTag>
private final List<ForumTag>
availableTags
private final Integer
private final Integer
bitrate
private final Integer
private final Integer
defaultAutoArchiveDuration
private final Long
private final Long
flags
private final Long
private final Long
guildId
private final String
private final String
icon
private final Long
private final Long
id
private final Long
private final Long
lastMessageId
private final String
private final String
memberListId
private final Integer
private final Integer
messageCount
private final String
private final String
name
private final List<ChannelRecipientNick>
private final List<ChannelRecipientNick>
nicks
private final Boolean
private final Boolean
nsfw
private final Long
private final Long
originChannelId
private final Long
private final Long
ownerId
private final Long
private final Long
parentId
private final List<PermissionOverwrite>
private final List<PermissionOverwrite>
permissionOverwrites
private final Integer
private final Integer
position
private final Integer
private final Integer
rateLimitPerUser
private final List<Long>
private final List<Long>
recipientIds
private final List<User>
private final List<User>
recipients
private final String
private final String
rtcRegion
private final String
private final String
topic
private final Integer
private final Integer
type
private final Integer
private final Integer
userLimit
final Long
+ final Long
getApplicationId(Channel $self)
final List<Long>
+ final List<Long>
getAppliedTags(Channel $self)
final List<ForumTag>
+ final List<ForumTag>
getAvailableTags(Channel $self)
final Integer
+ final Integer
getBitrate(Channel $self)
final Integer
+ final Integer
getDefaultAutoArchiveDuration(Channel $self)
final Long
+ final Long
getFlags(Channel $self)
final Long
+ final Long
getGuildId(Channel $self)
final String
+ final String
getIcon(Channel $self)
final Long
+ final Long
getId(Channel $self)
final Long
+ final Long
getLastMessageId(Channel $self)
final String
+ final String
getMemberListId(Channel $self)
final Integer
+ final Integer
getMessageCount(Channel $self)
final String
+ final String
getName(Channel $self)
final List<ChannelRecipientNick>
+ final List<ChannelRecipientNick>
getNicks(Channel $self)
final Boolean
+ final Boolean
isNsfw(Channel $self)
final Long
+ final Long
getOriginChannelId(Channel $self)
final Long
+ final Long
getOwnerId(Channel $self)
final Long
+ final Long
getParentId(Channel $self)
final List<PermissionOverwrite>
+ final List<PermissionOverwrite>
getPermissionOverwrites(Channel $self)
final Integer
+ final Integer
getPosition(Channel $self)
final Integer
+ final Integer
getRateLimitPerUser(Channel $self)
final List<Long>
+ final List<Long>
getRecipientIds(Channel $self)
final List<User>
+ final List<User>
getRecipients(Channel $self)
final String
+ final String
getRtcRegion(Channel $self)
final String
+ final String
getTopic(Channel $self)
final Integer
+ final Integer
getType(Channel $self)
final Integer
+ final Integer
getUserLimit(Channel $self)
final Long getApplicationId(Channel $self)+
final Long getApplicationId(Channel $self)@@ -730,7 +730,7 @@
final List<Long> getAppliedTags(Channel $self)+
final List<Long> getAppliedTags(Channel $self)@@ -745,7 +745,7 @@
final List<ForumTag> getAvailableTags(Channel $self)+
final List<ForumTag> getAvailableTags(Channel $self)@@ -760,7 +760,7 @@
final Integer getBitrate(Channel $self)+
final Integer getBitrate(Channel $self)@@ -775,7 +775,7 @@
final Integer getDefaultAutoArchiveDuration(Channel $self)+
final Integer getDefaultAutoArchiveDuration(Channel $self)@@ -790,7 +790,7 @@
final Long getFlags(Channel $self)+
final Long getFlags(Channel $self)@@ -820,7 +820,7 @@
final Long getGuildId(Channel $self)+
final Long getGuildId(Channel $self)@@ -835,7 +835,7 @@
final String getIcon(Channel $self)+
final String getIcon(Channel $self)@@ -850,7 +850,7 @@
final Long getId(Channel $self)+
final Long getId(Channel $self)@@ -865,7 +865,7 @@
final Long getLastMessageId(Channel $self)+
final Long getLastMessageId(Channel $self)@@ -895,7 +895,7 @@
final String getMemberListId(Channel $self)+
final String getMemberListId(Channel $self)@@ -910,7 +910,7 @@
final Integer getMessageCount(Channel $self)+
final Integer getMessageCount(Channel $self)@@ -925,7 +925,7 @@
final String getName(Channel $self)+
final String getName(Channel $self)@@ -940,7 +940,7 @@
final List<ChannelRecipientNick> getNicks(Channel $self)+
final List<ChannelRecipientNick> getNicks(Channel $self)@@ -955,7 +955,7 @@
final Boolean isNsfw(Channel $self)+
final Boolean isNsfw(Channel $self)@@ -970,7 +970,7 @@
final Long getOriginChannelId(Channel $self)+
final Long getOriginChannelId(Channel $self)@@ -985,7 +985,7 @@
final Long getOwnerId(Channel $self)+
final Long getOwnerId(Channel $self)@@ -1000,7 +1000,7 @@
final Long getParentId(Channel $self)+
final Long getParentId(Channel $self)@@ -1015,7 +1015,7 @@
final List<PermissionOverwrite> getPermissionOverwrites(Channel $self)+
final List<PermissionOverwrite> getPermissionOverwrites(Channel $self)@@ -1030,7 +1030,7 @@
final Integer getPosition(Channel $self)+
final Integer getPosition(Channel $self)@@ -1045,7 +1045,7 @@
final Integer getRateLimitPerUser(Channel $self)+
final Integer getRateLimitPerUser(Channel $self)@@ -1060,7 +1060,7 @@
final List<Long> getRecipientIds(Channel $self)+
final List<Long> getRecipientIds(Channel $self)@@ -1075,7 +1075,7 @@
final List<User> getRecipients(Channel $self)+
final List<User> getRecipients(Channel $self)@@ -1090,7 +1090,7 @@
final String getRtcRegion(Channel $self)+
final String getRtcRegion(Channel $self)@@ -1120,7 +1120,7 @@
final String getTopic(Channel $self)+
final String getTopic(Channel $self)@@ -1135,7 +1135,7 @@
final Integer getType(Channel $self)+
final Integer getType(Channel $self)@@ -1150,7 +1150,7 @@
final Integer getUserLimit(Channel $self)+
final Integer getUserLimit(Channel $self)diff --git a/javadoc/com/aliucord/wrappers/ChannelWrapper.html b/javadoc/com/aliucord/wrappers/ChannelWrapper.html index ad3001ff..9ce31079 100644 --- a/javadoc/com/aliucord/wrappers/ChannelWrapper.html +++ b/javadoc/com/aliucord/wrappers/ChannelWrapper.html @@ -172,37 +172,37 @@
private final Long
private final Long
applicationId
private final List<Long>
private final List<Long>
appliedTags
private final List<ForumTag>
private final List<ForumTag>
availableTags
private final Integer
private final Integer
bitrate
private final Integer
private final Integer
defaultAutoArchiveDuration
private final Long
private final Long
flags
private final Long
private final Long
guildId
private final String
private final String
icon
private final Long
private final Long
id
private final Long
private final Long
lastMessageId
private final String
private final String
memberListId
private final Integer
private final Integer
messageCount
private final String
private final String
name
private final List<ChannelRecipientNick>
private final List<ChannelRecipientNick>
nicks
private final Boolean
private final Boolean
nsfw
private final Long
private final Long
originChannelId
private final Long
private final Long
ownerId
private final Long
private final Long
parentId
private final List<PermissionOverwrite>
private final List<PermissionOverwrite>
permissionOverwrites
private final Integer
private final Integer
position
private final Integer
private final Integer
rateLimitPerUser
private final List<Long>
private final List<Long>
recipientIds
private final List<User>
private final List<User>
recipients
private final String
private final String
rtcRegion
private final String
private final String
topic
private final Integer
private final Integer
type
private final Integer
private final Integer
userLimit
final Long
+ final Long
getApplicationId()
final List<Long>
+ final List<Long>
getAppliedTags()
final List<ForumTag>
+ final List<ForumTag>
getAvailableTags()
final Integer
+ final Integer
getBitrate()
final Integer
+ final Integer
getDefaultAutoArchiveDuration()
final Long
+ final Long
getFlags()
final Long
+ final Long
getGuildId()
final String
+ final String
getIcon()
final Long
+ final Long
getId()
final Long
+ final Long
getLastMessageId()
final String
+ final String
getMemberListId()
final Integer
+ final Integer
getMessageCount()
final String
+ final String
getName()
final List<ChannelRecipientNick>
+ final List<ChannelRecipientNick>
getNicks()
final Boolean
+ final Boolean
isNsfw()
final Long
+ final Long
getOriginChannelId()
final Long
+ final Long
getOwnerId()
final Long
+ final Long
getParentId()
final List<PermissionOverwrite>
+ final List<PermissionOverwrite>
getPermissionOverwrites()
final Integer
+ final Integer
getPosition()
final Integer
+ final Integer
getRateLimitPerUser()
final List<Long>
+ final List<Long>
getRecipientIds()
final List<User>
+ final List<User>
getRecipients()
final String
+ final String
getRtcRegion()
final String
+ final String
getTopic()
final Integer
+ final Integer
getType()
final Integer
+ final Integer
getUserLimit()
final Boolean
+ final Boolean
isDM()
final Boolean
+ final Boolean
isGuild()
final static Boolean
+ final static Boolean
isDM(Channel $self)
final static Boolean
+ final static Boolean
isGuild(Channel $self)
final Long getApplicationId()+
final Long getApplicationId()@@ -793,7 +793,7 @@
final List<Long> getAppliedTags()+
final List<Long> getAppliedTags()@@ -808,7 +808,7 @@
final List<ForumTag> getAvailableTags()+
final List<ForumTag> getAvailableTags()@@ -823,7 +823,7 @@
final Integer getBitrate()+
final Integer getBitrate()@@ -838,7 +838,7 @@
final Integer getDefaultAutoArchiveDuration()+
final Integer getDefaultAutoArchiveDuration()@@ -853,7 +853,7 @@
final Long getFlags()+
final Long getFlags()@@ -883,7 +883,7 @@
final Long getGuildId()+
final Long getGuildId()@@ -898,7 +898,7 @@
final String getIcon()+
final String getIcon()@@ -913,7 +913,7 @@
final Long getId()+
final Long getId()@@ -928,7 +928,7 @@
final Long getLastMessageId()+
final Long getLastMessageId()@@ -958,7 +958,7 @@
final String getMemberListId()+
final String getMemberListId()@@ -973,7 +973,7 @@
final Integer getMessageCount()+
final Integer getMessageCount()@@ -988,7 +988,7 @@
final String getName()+
final String getName()@@ -1003,7 +1003,7 @@
final List<ChannelRecipientNick> getNicks()+
final List<ChannelRecipientNick> getNicks()@@ -1018,7 +1018,7 @@
final Boolean isNsfw()+
final Boolean isNsfw()@@ -1033,7 +1033,7 @@
final Long getOriginChannelId()+
final Long getOriginChannelId()@@ -1048,7 +1048,7 @@
final Long getOwnerId()+
final Long getOwnerId()@@ -1063,7 +1063,7 @@
final Long getParentId()+
final Long getParentId()@@ -1078,7 +1078,7 @@
final List<PermissionOverwrite> getPermissionOverwrites()+
final List<PermissionOverwrite> getPermissionOverwrites()@@ -1093,7 +1093,7 @@
final Integer getPosition()+
final Integer getPosition()@@ -1108,7 +1108,7 @@
final Integer getRateLimitPerUser()+
final Integer getRateLimitPerUser()@@ -1123,7 +1123,7 @@
final List<Long> getRecipientIds()+
final List<Long> getRecipientIds()@@ -1138,7 +1138,7 @@
final List<User> getRecipients()+
final List<User> getRecipients()@@ -1153,7 +1153,7 @@
final String getRtcRegion()+
final String getRtcRegion()@@ -1183,7 +1183,7 @@
final String getTopic()+
final String getTopic()@@ -1198,7 +1198,7 @@
final Integer getType()+
final Integer getType()@@ -1213,7 +1213,7 @@
final Integer getUserLimit()+
final Integer getUserLimit()@@ -1243,7 +1243,7 @@
final Boolean isDM()+
final Boolean isDM()@@ -1258,7 +1258,7 @@
final Boolean isGuild()+
final Boolean isGuild()@@ -1273,7 +1273,7 @@
final static Boolean isDM(Channel $self)+
final static Boolean isDM(Channel $self)@@ -1288,7 +1288,7 @@
final static Boolean isGuild(Channel $self)+
final static Boolean isGuild(Channel $self)diff --git a/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.Companion.html b/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.Companion.html index 6766dc90..96af99eb 100644 --- a/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.Companion.html @@ -165,43 +165,43 @@
private final Boolean
private final Boolean
animated
private final Boolean
private final Boolean
available
private final Long
private final Long
id
private final Boolean
private final Boolean
managed
private final String
private final String
name
private final Boolean
private final Boolean
requireColons
private final List<Long>
private final List<Long>
roles
final Boolean
+ final Boolean
isAnimated(GuildEmoji $self)
final Boolean
+ final Boolean
isAvailable(GuildEmoji $self)
final Long
+ final Long
getId(GuildEmoji $self)
final Boolean
+ final Boolean
isManaged(GuildEmoji $self)
final String
+ final String
getName(GuildEmoji $self)
final Boolean
+ final Boolean
getRequireColons(GuildEmoji $self)
final List<Long>
+ final List<Long>
getRoles(GuildEmoji $self)
final Boolean isAnimated(GuildEmoji $self)+
final Boolean isAnimated(GuildEmoji $self)@@ -408,7 +408,7 @@
final Boolean isAvailable(GuildEmoji $self)+
final Boolean isAvailable(GuildEmoji $self)@@ -423,7 +423,7 @@
final Long getId(GuildEmoji $self)+
final Long getId(GuildEmoji $self)@@ -438,7 +438,7 @@
final Boolean isManaged(GuildEmoji $self)+
final Boolean isManaged(GuildEmoji $self)@@ -453,7 +453,7 @@
final String getName(GuildEmoji $self)+
final String getName(GuildEmoji $self)@@ -468,7 +468,7 @@
final Boolean getRequireColons(GuildEmoji $self)+
final Boolean getRequireColons(GuildEmoji $self)@@ -483,7 +483,7 @@
final List<Long> getRoles(GuildEmoji $self)+
final List<Long> getRoles(GuildEmoji $self)diff --git a/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.html b/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.html index 6a995bc9..ec439caf 100644 --- a/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.html +++ b/javadoc/com/aliucord/wrappers/GuildEmojiWrapper.html @@ -172,37 +172,37 @@
private final Boolean
private final Boolean
animated
private final Boolean
private final Boolean
available
private final Long
private final Long
id
private final Boolean
private final Boolean
managed
private final String
private final String
name
private final List<Long>
private final List<Long>
roles
final Boolean
+ final Boolean
isAnimated()
final Boolean
+ final Boolean
isAvailable()
final Long
+ final Long
getId()
final Boolean
+ final Boolean
isManaged()
final String
+ final String
getName()
final List<Long>
+ final List<Long>
getRoles()
final Boolean isAnimated()+
final Boolean isAnimated()@@ -425,7 +425,7 @@
final Boolean isAvailable()+
final Boolean isAvailable()@@ -440,7 +440,7 @@
final Long getId()+
final Long getId()@@ -455,7 +455,7 @@
final Boolean isManaged()+
final Boolean isManaged()@@ -470,7 +470,7 @@
final String getName()+
final String getName()@@ -485,7 +485,7 @@
final List<Long> getRoles()+
final List<Long> getRoles()diff --git a/javadoc/com/aliucord/wrappers/GuildMemberWrapper.Companion.html b/javadoc/com/aliucord/wrappers/GuildMemberWrapper.Companion.html index 506349d0..7cc6699a 100644 --- a/javadoc/com/aliucord/wrappers/GuildMemberWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/GuildMemberWrapper.Companion.html @@ -165,19 +165,19 @@
private final String
private final String
avatar
private final String
private final String
banner
private final String
private final String
bio
private final String
private final String
nick
private final Boolean
private final Boolean
isPending
private final String
private final String
premiumSince
private final List<Long>
private final List<Long>
roles
private final Long
private final Long
userId
final String
+ final String
getAvatar(GuildMember $self)
final String
+ final String
getBanner(GuildMember $self)
final String
+ final String
getBio(GuildMember $self)
final String
+ final String
getNick(GuildMember $self)
final Boolean
+ final Boolean
isPending(GuildMember $self)
final String
+ final String
getPremiumSince(GuildMember $self)
final List<Long>
+ final List<Long>
getRoles(GuildMember $self)
final Long
+ final Long
getUserId(GuildMember $self)
final String getAvatar(GuildMember $self)+
final String getAvatar(GuildMember $self)@@ -478,7 +478,7 @@
final String getBanner(GuildMember $self)+
final String getBanner(GuildMember $self)@@ -493,7 +493,7 @@
final String getBio(GuildMember $self)+
final String getBio(GuildMember $self)@@ -538,7 +538,7 @@
final String getNick(GuildMember $self)+
final String getNick(GuildMember $self)@@ -553,7 +553,7 @@
final Boolean isPending(GuildMember $self)+
final Boolean isPending(GuildMember $self)@@ -568,7 +568,7 @@
final String getPremiumSince(GuildMember $self)+
final String getPremiumSince(GuildMember $self)@@ -598,7 +598,7 @@
final List<Long> getRoles(GuildMember $self)+
final List<Long> getRoles(GuildMember $self)@@ -628,7 +628,7 @@
final Long getUserId(GuildMember $self)+
final Long getUserId(GuildMember $self)diff --git a/javadoc/com/aliucord/wrappers/GuildMemberWrapper.html b/javadoc/com/aliucord/wrappers/GuildMemberWrapper.html index d0d32e74..596c2bd2 100644 --- a/javadoc/com/aliucord/wrappers/GuildMemberWrapper.html +++ b/javadoc/com/aliucord/wrappers/GuildMemberWrapper.html @@ -172,19 +172,19 @@
private final String
private final String
avatar
private final String
private final String
banner
private final String
private final String
bio
private final String
private final String
nick
private final Boolean
private final Boolean
isPending
private final String
private final String
premiumSince
private final List<Long>
private final List<Long>
roles
private final Long
private final Long
userId
final String
+ final String
getAvatar()
final String
+ final String
getBanner()
final String
+ final String
getBio()
final String
+ final String
getNick()
final Boolean
+ final Boolean
isPending()
final String
+ final String
getPremiumSince()
final List<Long>
+ final List<Long>
getRoles()
final Long
+ final Long
getUserId()
final String getAvatar()+
final String getAvatar()@@ -509,7 +509,7 @@
final String getBanner()+
final String getBanner()@@ -524,7 +524,7 @@
final String getBio()+
final String getBio()@@ -569,7 +569,7 @@
final String getNick()+
final String getNick()@@ -584,7 +584,7 @@
final Boolean isPending()+
final Boolean isPending()@@ -599,7 +599,7 @@
final String getPremiumSince()+
final String getPremiumSince()@@ -629,7 +629,7 @@
final List<Long> getRoles()+
final List<Long> getRoles()@@ -659,7 +659,7 @@
final Long getUserId()+
final Long getUserId()diff --git a/javadoc/com/aliucord/wrappers/GuildRoleWrapper.Companion.html b/javadoc/com/aliucord/wrappers/GuildRoleWrapper.Companion.html index ebaba328..dc732fed 100644 --- a/javadoc/com/aliucord/wrappers/GuildRoleWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/GuildRoleWrapper.Companion.html @@ -165,49 +165,49 @@
private final Integer
private final Integer
color
private final Boolean
private final Boolean
hoist
private final String
private final String
icon
private final Boolean
private final Boolean
managed
private final Boolean
private final Boolean
mentionable
private final String
private final String
name
private final Long
private final Long
permissions
private final Integer
private final Integer
position
private final String
private final String
unicodeEmoji
final Integer
+ final Integer
getColor(GuildRole $self)
final Boolean
+ final Boolean
getHoist(GuildRole $self)
final String
+ final String
getIcon(GuildRole $self)
final Boolean
+ final Boolean
getManaged(GuildRole $self)
final Boolean
+ final Boolean
getMentionable(GuildRole $self)
final String
+ final String
getName(GuildRole $self)
final Long
+ final Long
getPermissions(GuildRole $self)
final Integer
+ final Integer
getPosition(GuildRole $self)
final String
+ final String
getUnicodeEmoji(GuildRole $self)
final Integer getColor(GuildRole $self)+
final Integer getColor(GuildRole $self)@@ -450,7 +450,7 @@
final Boolean getHoist(GuildRole $self)+
final Boolean getHoist(GuildRole $self)@@ -465,7 +465,7 @@
final String getIcon(GuildRole $self)+
final String getIcon(GuildRole $self)@@ -480,7 +480,7 @@
final Boolean getManaged(GuildRole $self)+
final Boolean getManaged(GuildRole $self)@@ -495,7 +495,7 @@
final Boolean getMentionable(GuildRole $self)+
final Boolean getMentionable(GuildRole $self)@@ -510,7 +510,7 @@
final String getName(GuildRole $self)+
final String getName(GuildRole $self)@@ -525,7 +525,7 @@
final Long getPermissions(GuildRole $self)+
final Long getPermissions(GuildRole $self)@@ -540,7 +540,7 @@
final Integer getPosition(GuildRole $self)+
final Integer getPosition(GuildRole $self)@@ -570,7 +570,7 @@
final String getUnicodeEmoji(GuildRole $self)+
final String getUnicodeEmoji(GuildRole $self)diff --git a/javadoc/com/aliucord/wrappers/GuildRoleWrapper.html b/javadoc/com/aliucord/wrappers/GuildRoleWrapper.html index c7838c8a..4459976a 100644 --- a/javadoc/com/aliucord/wrappers/GuildRoleWrapper.html +++ b/javadoc/com/aliucord/wrappers/GuildRoleWrapper.html @@ -172,55 +172,55 @@
private final Integer
private final Integer
color
private final Boolean
private final Boolean
hoist
private final String
private final String
icon
private final Long
private final Long
id
private final Boolean
private final Boolean
managed
private final Boolean
private final Boolean
mentionable
private final String
private final String
name
private final Long
private final Long
permissions
private final Integer
private final Integer
position
private final String
private final String
unicodeEmoji
final Integer
+ final Integer
getColor()
final Boolean
+ final Boolean
getHoist()
final String
+ final String
getIcon()
final Long
+ final Long
getId()
final Boolean
+ final Boolean
getManaged()
final Boolean
+ final Boolean
getMentionable()
final String
+ final String
getName()
final Long
+ final Long
getPermissions()
final Integer
+ final Integer
getPosition()
final String
+ final String
getUnicodeEmoji()
final Integer getColor()+
final Integer getColor()@@ -495,7 +495,7 @@
final Boolean getHoist()+
final Boolean getHoist()@@ -510,7 +510,7 @@
final String getIcon()+
final String getIcon()@@ -525,7 +525,7 @@
final Long getId()+
final Long getId()@@ -540,7 +540,7 @@
final Boolean getManaged()+
final Boolean getManaged()@@ -555,7 +555,7 @@
final Boolean getMentionable()+
final Boolean getMentionable()@@ -570,7 +570,7 @@
final String getName()+
final String getName()@@ -585,7 +585,7 @@
final Long getPermissions()+
final Long getPermissions()@@ -600,7 +600,7 @@
final Integer getPosition()+
final Integer getPosition()@@ -630,7 +630,7 @@
final String getUnicodeEmoji()+
final String getUnicodeEmoji()diff --git a/javadoc/com/aliucord/wrappers/GuildWrapper.Companion.html b/javadoc/com/aliucord/wrappers/GuildWrapper.Companion.html index 60130880..3bddd3b3 100644 --- a/javadoc/com/aliucord/wrappers/GuildWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/GuildWrapper.Companion.html @@ -165,55 +165,55 @@
private final Long
private final Long
afkChannelId
private final Integer
private final Integer
afkTimeout
private final Integer
private final Integer
approximatePresenceCount
private final String
private final String
banner
private final List<Channel>
private final List<Channel>
channelUpdates
private final List<Channel>
private final List<Channel>
channels
private final Integer
private final Integer
defaultMessageNotifications
private final String
private final String
description
private final List<GuildEmoji>
private final List<GuildEmoji>
emojis
private final List<GuildFeature>
private final List<GuildFeature>
features
private final List<GuildScheduledEvent>
private final List<GuildScheduledEvent>
scheduledEvents
private final String
private final String
icon
private final Long
private final Long
id
private final String
private final String
joinedAt
private final Integer
private final Integer
approxMemberCount
private final List<GuildMember>
private final List<GuildMember>
cachedMembers
private final Integer
private final Integer
mfaLevel
private final String
private final String
name
private final Boolean
private final Boolean
nsfw
private final Long
private final Long
ownerId
private final String
private final String
preferredLocale
private final Integer
private final Integer
premiumSubscriptionCount
private final Integer
private final Integer
premiumTier
private final List<Presence>
private final List<Presence>
presences
private final Long
private final Long
publicUpdatesChannelId
private final String
private final String
region
private final List<GuildRole>
private final List<GuildRole>
roles
private final Long
private final Long
rulesChannelId
private final String
private final String
splash
private final List<Sticker>
private final List<Sticker>
stickers
private final Integer
private final Integer
systemChannelFlags
private final Long
private final Long
systemChannelId
private final List<Channel>
private final List<Channel>
threads
private final Boolean
private final Boolean
unavailable
private final String
private final String
vanityUrlCode
final Long
+ final Long
getAfkChannelId(Guild $self)
final Integer
+ final Integer
getAfkTimeout(Guild $self)
final Integer
+ final Integer
getApproximatePresenceCount(Guild $self)
final String
+ final String
getBanner(Guild $self)
final List<Channel>
+ final List<Channel>
getChannelUpdates(Guild $self)
final List<Channel>
+ final List<Channel>
getChannels(Guild $self)
final Integer
+ final Integer
getDefaultMessageNotifications(Guild $self)
final String
+ final String
getDescription(Guild $self)
final List<GuildEmoji>
+ final List<GuildEmoji>
getEmojis(Guild $self)
final List<GuildFeature>
+ final List<GuildFeature>
getFeatures(Guild $self)
final List<GuildScheduledEvent>
+ final List<GuildScheduledEvent>
getScheduledEvents(Guild $self)
final String
+ final String
getIcon(Guild $self)
final Long
+ final Long
getId(Guild $self)
final String
+ final String
getJoinedAt(Guild $self)
final Integer
+ final Integer
getApproxMemberCount(Guild $self)
final List<GuildMember>
+ final List<GuildMember>
getCachedMembers(Guild $self)
final Integer
+ final Integer
getMfaLevel(Guild $self)
final String
+ final String
getName(Guild $self)
final Boolean
+ final Boolean
isNsfw(Guild $self)
final Long
+ final Long
getOwnerId(Guild $self)
final String
+ final String
getPreferredLocale(Guild $self)
final Integer
+ final Integer
getPremiumSubscriptionCount(Guild $self)
final Integer
+ final Integer
getPremiumTier(Guild $self)
final List<Presence>
+ final List<Presence>
getPresences(Guild $self)
final Long
+ final Long
getPublicUpdatesChannelId(Guild $self)
final String
+ final String
getRegion(Guild $self)
final List<GuildRole>
+ final List<GuildRole>
getRoles(Guild $self)
final Long
+ final Long
getRulesChannelId(Guild $self)
final String
+ final String
getSplash(Guild $self)
final List<Sticker>
+ final List<Sticker>
getStickers(Guild $self)
final Integer
+ final Integer
getSystemChannelFlags(Guild $self)
final Long
+ final Long
getSystemChannelId(Guild $self)
final List<Channel>
+ final List<Channel>
getThreads(Guild $self)
final Boolean
+ final Boolean
isUnavailable(Guild $self)
final String
+ final String
getVanityUrlCode(Guild $self)
final Long getAfkChannelId(Guild $self)+
final Long getAfkChannelId(Guild $self)@@ -856,7 +856,7 @@
final Integer getAfkTimeout(Guild $self)+
final Integer getAfkTimeout(Guild $self)@@ -871,7 +871,7 @@
final Integer getApproximatePresenceCount(Guild $self)+
final Integer getApproximatePresenceCount(Guild $self)@@ -886,7 +886,7 @@
final String getBanner(Guild $self)+
final String getBanner(Guild $self)@@ -901,7 +901,7 @@
final List<Channel> getChannelUpdates(Guild $self)+
final List<Channel> getChannelUpdates(Guild $self)@@ -916,7 +916,7 @@
final List<Channel> getChannels(Guild $self)+
final List<Channel> getChannels(Guild $self)@@ -931,7 +931,7 @@
final Integer getDefaultMessageNotifications(Guild $self)+
final Integer getDefaultMessageNotifications(Guild $self)@@ -946,7 +946,7 @@
final String getDescription(Guild $self)+
final String getDescription(Guild $self)@@ -961,7 +961,7 @@
final List<GuildEmoji> getEmojis(Guild $self)+
final List<GuildEmoji> getEmojis(Guild $self)@@ -991,7 +991,7 @@
final List<GuildFeature> getFeatures(Guild $self)+
final List<GuildFeature> getFeatures(Guild $self)@@ -1021,7 +1021,7 @@
final List<GuildScheduledEvent> getScheduledEvents(Guild $self)+
final List<GuildScheduledEvent> getScheduledEvents(Guild $self)@@ -1036,7 +1036,7 @@
final String getIcon(Guild $self)+
final String getIcon(Guild $self)@@ -1051,7 +1051,7 @@
final Long getId(Guild $self)+
final Long getId(Guild $self)@@ -1066,7 +1066,7 @@
final String getJoinedAt(Guild $self)+
final String getJoinedAt(Guild $self)@@ -1096,7 +1096,7 @@
final Integer getApproxMemberCount(Guild $self)+
final Integer getApproxMemberCount(Guild $self)@@ -1111,7 +1111,7 @@
final List<GuildMember> getCachedMembers(Guild $self)+
final List<GuildMember> getCachedMembers(Guild $self)@@ -1126,7 +1126,7 @@
final Integer getMfaLevel(Guild $self)+
final Integer getMfaLevel(Guild $self)@@ -1141,7 +1141,7 @@
final String getName(Guild $self)+
final String getName(Guild $self)@@ -1156,7 +1156,7 @@
final Boolean isNsfw(Guild $self)+
final Boolean isNsfw(Guild $self)@@ -1171,7 +1171,7 @@
final Long getOwnerId(Guild $self)+
final Long getOwnerId(Guild $self)@@ -1186,7 +1186,7 @@
final String getPreferredLocale(Guild $self)+
final String getPreferredLocale(Guild $self)@@ -1201,7 +1201,7 @@
final Integer getPremiumSubscriptionCount(Guild $self)+
final Integer getPremiumSubscriptionCount(Guild $self)@@ -1216,7 +1216,7 @@
final Integer getPremiumTier(Guild $self)+
final Integer getPremiumTier(Guild $self)@@ -1231,7 +1231,7 @@
final List<Presence> getPresences(Guild $self)+
final List<Presence> getPresences(Guild $self)@@ -1246,7 +1246,7 @@
final Long getPublicUpdatesChannelId(Guild $self)+
final Long getPublicUpdatesChannelId(Guild $self)@@ -1261,7 +1261,7 @@
final String getRegion(Guild $self)+
final String getRegion(Guild $self)@@ -1276,7 +1276,7 @@
final List<GuildRole> getRoles(Guild $self)+
final List<GuildRole> getRoles(Guild $self)@@ -1291,7 +1291,7 @@
final Long getRulesChannelId(Guild $self)+
final Long getRulesChannelId(Guild $self)@@ -1306,7 +1306,7 @@
final String getSplash(Guild $self)+
final String getSplash(Guild $self)@@ -1321,7 +1321,7 @@
final List<Sticker> getStickers(Guild $self)+
final List<Sticker> getStickers(Guild $self)@@ -1336,7 +1336,7 @@
final Integer getSystemChannelFlags(Guild $self)+
final Integer getSystemChannelFlags(Guild $self)@@ -1351,7 +1351,7 @@
final Long getSystemChannelId(Guild $self)+
final Long getSystemChannelId(Guild $self)@@ -1366,7 +1366,7 @@
final List<Channel> getThreads(Guild $self)+
final List<Channel> getThreads(Guild $self)@@ -1381,7 +1381,7 @@
final Boolean isUnavailable(Guild $self)+
final Boolean isUnavailable(Guild $self)@@ -1396,7 +1396,7 @@
final String getVanityUrlCode(Guild $self)+
final String getVanityUrlCode(Guild $self)diff --git a/javadoc/com/aliucord/wrappers/GuildWrapper.html b/javadoc/com/aliucord/wrappers/GuildWrapper.html index af31b96a..63b4c8e8 100644 --- a/javadoc/com/aliucord/wrappers/GuildWrapper.html +++ b/javadoc/com/aliucord/wrappers/GuildWrapper.html @@ -172,55 +172,55 @@
private final Long
private final Long
afkChannelId
private final Integer
private final Integer
afkTimeout
private final Integer
private final Integer
approximatePresenceCount
private final String
private final String
banner
private final List<Channel>
private final List<Channel>
channelUpdates
private final List<Channel>
private final List<Channel>
channels
private final Integer
private final Integer
defaultMessageNotifications
private final String
private final String
description
private final List<GuildEmoji>
private final List<GuildEmoji>
emojis
private final List<GuildFeature>
private final List<GuildFeature>
features
private final List<GuildScheduledEvent>
private final List<GuildScheduledEvent>
scheduledEvents
private final String
private final String
icon
private final Long
private final Long
id
private final String
private final String
joinedAt
private final Integer
private final Integer
approxMemberCount
private final List<GuildMember>
private final List<GuildMember>
cachedMembers
private final Integer
private final Integer
mfaLevel
private final String
private final String
name
private final Boolean
private final Boolean
nsfw
private final Long
private final Long
ownerId
private final String
private final String
preferredLocale
private final Integer
private final Integer
premiumSubscriptionCount
private final Integer
private final Integer
premiumTier
private final List<Presence>
private final List<Presence>
presences
private final Long
private final Long
publicUpdatesChannelId
private final String
private final String
region
private final List<GuildRole>
private final List<GuildRole>
roles
private final Long
private final Long
rulesChannelId
private final String
private final String
splash
private final List<Sticker>
private final List<Sticker>
stickers
private final Integer
private final Integer
systemChannelFlags
private final Long
private final Long
systemChannelId
private final List<Channel>
private final List<Channel>
threads
private final Boolean
private final Boolean
unavailable
private final String
private final String
vanityUrlCode
final Long
+ final Long
getAfkChannelId()
final Integer
+ final Integer
getAfkTimeout()
final Integer
+ final Integer
getApproximatePresenceCount()
final String
+ final String
getBanner()
final List<Channel>
+ final List<Channel>
getChannelUpdates()
final List<Channel>
+ final List<Channel>
getChannels()
final Integer
+ final Integer
getDefaultMessageNotifications()
final String
+ final String
getDescription()
final List<GuildEmoji>
+ final List<GuildEmoji>
getEmojis()
final List<GuildFeature>
+ final List<GuildFeature>
getFeatures()
final List<GuildScheduledEvent>
+ final List<GuildScheduledEvent>
getScheduledEvents()
final String
+ final String
getIcon()
final Long
+ final Long
getId()
final String
+ final String
getJoinedAt()
final Integer
+ final Integer
getApproxMemberCount()
final List<GuildMember>
+ final List<GuildMember>
getCachedMembers()
final Integer
+ final Integer
getMfaLevel()
final String
+ final String
getName()
final Boolean
+ final Boolean
isNsfw()
final Long
+ final Long
getOwnerId()
final String
+ final String
getPreferredLocale()
final Integer
+ final Integer
getPremiumSubscriptionCount()
final Integer
+ final Integer
getPremiumTier()
final List<Presence>
+ final List<Presence>
getPresences()
final Long
+ final Long
getPublicUpdatesChannelId()
final String
+ final String
getRegion()
final List<GuildRole>
+ final List<GuildRole>
getRoles()
final Long
+ final Long
getRulesChannelId()
final String
+ final String
getSplash()
final List<Sticker>
+ final List<Sticker>
getStickers()
final Integer
+ final Integer
getSystemChannelFlags()
final Long
+ final Long
getSystemChannelId()
final List<Channel>
+ final List<Channel>
getThreads()
final Boolean
+ final Boolean
isUnavailable()
final String
+ final String
getVanityUrlCode()
final Long getAfkChannelId()+
final Long getAfkChannelId()@@ -887,7 +887,7 @@
final Integer getAfkTimeout()+
final Integer getAfkTimeout()@@ -902,7 +902,7 @@
final Integer getApproximatePresenceCount()+
final Integer getApproximatePresenceCount()@@ -917,7 +917,7 @@
final String getBanner()+
final String getBanner()@@ -932,7 +932,7 @@
final List<Channel> getChannelUpdates()+
final List<Channel> getChannelUpdates()@@ -947,7 +947,7 @@
final List<Channel> getChannels()+
final List<Channel> getChannels()@@ -962,7 +962,7 @@
final Integer getDefaultMessageNotifications()+
final Integer getDefaultMessageNotifications()@@ -977,7 +977,7 @@
final String getDescription()+
final String getDescription()@@ -992,7 +992,7 @@
final List<GuildEmoji> getEmojis()+
final List<GuildEmoji> getEmojis()@@ -1022,7 +1022,7 @@
final List<GuildFeature> getFeatures()+
final List<GuildFeature> getFeatures()@@ -1052,7 +1052,7 @@
final List<GuildScheduledEvent> getScheduledEvents()+
final List<GuildScheduledEvent> getScheduledEvents()@@ -1067,7 +1067,7 @@
final String getIcon()+
final String getIcon()@@ -1082,7 +1082,7 @@
final Long getId()+
final Long getId()@@ -1097,7 +1097,7 @@
final String getJoinedAt()+
final String getJoinedAt()@@ -1127,7 +1127,7 @@
final Integer getApproxMemberCount()+
final Integer getApproxMemberCount()@@ -1142,7 +1142,7 @@
final List<GuildMember> getCachedMembers()+
final List<GuildMember> getCachedMembers()@@ -1157,7 +1157,7 @@
final Integer getMfaLevel()+
final Integer getMfaLevel()@@ -1172,7 +1172,7 @@
final String getName()+
final String getName()@@ -1187,7 +1187,7 @@
final Boolean isNsfw()+
final Boolean isNsfw()@@ -1202,7 +1202,7 @@
final Long getOwnerId()+
final Long getOwnerId()@@ -1217,7 +1217,7 @@
final String getPreferredLocale()+
final String getPreferredLocale()@@ -1232,7 +1232,7 @@
final Integer getPremiumSubscriptionCount()+
final Integer getPremiumSubscriptionCount()@@ -1247,7 +1247,7 @@
final Integer getPremiumTier()+
final Integer getPremiumTier()@@ -1262,7 +1262,7 @@
final List<Presence> getPresences()+
final List<Presence> getPresences()@@ -1277,7 +1277,7 @@
final Long getPublicUpdatesChannelId()+
final Long getPublicUpdatesChannelId()@@ -1292,7 +1292,7 @@
final String getRegion()+
final String getRegion()@@ -1307,7 +1307,7 @@
final List<GuildRole> getRoles()+
final List<GuildRole> getRoles()@@ -1322,7 +1322,7 @@
final Long getRulesChannelId()+
final Long getRulesChannelId()@@ -1337,7 +1337,7 @@
final String getSplash()+
final String getSplash()@@ -1352,7 +1352,7 @@
final List<Sticker> getStickers()+
final List<Sticker> getStickers()@@ -1367,7 +1367,7 @@
final Integer getSystemChannelFlags()+
final Integer getSystemChannelFlags()@@ -1382,7 +1382,7 @@
final Long getSystemChannelId()+
final Long getSystemChannelId()@@ -1397,7 +1397,7 @@
final List<Channel> getThreads()+
final List<Channel> getThreads()@@ -1412,7 +1412,7 @@
final Boolean isUnavailable()+
final Boolean isUnavailable()@@ -1427,7 +1427,7 @@
final String getVanityUrlCode()+
final String getVanityUrlCode()diff --git a/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html b/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html index 1ab7a9a3..8bec90d7 100644 --- a/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.Companion.html @@ -165,19 +165,19 @@
private final Long
private final Long
id
private final Long
private final Long
allowed
private final Long
private final Long
denied
final Long
+ final Long
getId(PermissionOverwrite $self)
final Long
+ final Long
getAllowed(PermissionOverwrite $self)
final Long
+ final Long
getDenied(PermissionOverwrite $self)
final Long getId(PermissionOverwrite $self)+
final Long getId(PermissionOverwrite $self)@@ -366,7 +366,7 @@
final Long getAllowed(PermissionOverwrite $self)+
final Long getAllowed(PermissionOverwrite $self)@@ -381,7 +381,7 @@
final Long getDenied(PermissionOverwrite $self)+
final Long getDenied(PermissionOverwrite $self)diff --git a/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.html b/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.html index f678bbe8..a5d57535 100644 --- a/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.html +++ b/javadoc/com/aliucord/wrappers/PermissionOverwriteWrapper.html @@ -172,19 +172,19 @@
private final Long
private final Long
id
private final Long
private final Long
allowed
private final Long
private final Long
denied
final Long
+ final Long
getId()
final Long
+ final Long
getAllowed()
final Long
+ final Long
getDenied()
final Long getId()+
final Long getId()@@ -397,7 +397,7 @@
final Long getAllowed()+
final Long getAllowed()@@ -412,7 +412,7 @@
final Long getDenied()+
final Long getDenied()diff --git a/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html index e269dbfe..b9d57320 100644 --- a/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.Companion.html @@ -165,19 +165,19 @@
private final String
private final String
name
private final String
private final String
proxyIconUrl
private final String
private final String
url
final String
+ final String
getName(EmbedAuthor $self)
final String
+ final String
getProxyIconUrl(EmbedAuthor $self)
final String
+ final String
getUrl(EmbedAuthor $self)
final String getName(EmbedAuthor $self)+
final String getName(EmbedAuthor $self)@@ -352,7 +352,7 @@
final String getProxyIconUrl(EmbedAuthor $self)+
final String getProxyIconUrl(EmbedAuthor $self)@@ -367,7 +367,7 @@
final String getUrl(EmbedAuthor $self)+
final String getUrl(EmbedAuthor $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.html b/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.html index 7daa08f8..02348381 100644 --- a/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/AuthorWrapper.html @@ -172,19 +172,19 @@
private final String
private final String
name
private final String
private final String
proxyIconUrl
private final String
private final String
url
final String
+ final String
getName()
final String
+ final String
getProxyIconUrl()
final String
+ final String
getUrl()
final String getName()+
final String getName()@@ -383,7 +383,7 @@
final String getProxyIconUrl()+
final String getProxyIconUrl()@@ -398,7 +398,7 @@
final String getUrl()+
final String getUrl()diff --git a/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.Companion.html index 9cc28818..38f9ffb9 100644 --- a/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.Companion.html @@ -165,19 +165,19 @@
private final String
private final String
name
private final String
private final String
value
private final Boolean
private final Boolean
inline
final String
+ final String
getName(EmbedField $self)
final String
+ final String
getValue(EmbedField $self)
final Boolean
+ final Boolean
isInline(EmbedField $self)
final String getName(EmbedField $self)+
final String getName(EmbedField $self)@@ -352,7 +352,7 @@
final String getValue(EmbedField $self)+
final String getValue(EmbedField $self)@@ -367,7 +367,7 @@
final Boolean isInline(EmbedField $self)+
final Boolean isInline(EmbedField $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.html b/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.html index 42322177..ff794879 100644 --- a/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/FieldWrapper.html @@ -172,19 +172,19 @@
private final String
private final String
name
private final String
private final String
value
private final Boolean
private final Boolean
inline
final String
+ final String
getName()
final String
+ final String
getValue()
final Boolean
+ final Boolean
isInline()
final String getName()+
final String getName()@@ -383,7 +383,7 @@
final String getValue()+
final String getValue()@@ -398,7 +398,7 @@
final Boolean isInline()+
final Boolean isInline()diff --git a/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.Companion.html index ba1dcad2..a41f8723 100644 --- a/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.Companion.html @@ -165,19 +165,19 @@
private final String
private final String
text
private final String
private final String
proxyIconUrl
private final String
private final String
iconUrl
final String
+ final String
getText(EmbedFooter $self)
final String
+ final String
getProxyIconUrl(EmbedFooter $self)
final String
+ final String
getIconUrl(EmbedFooter $self)
final String getText(EmbedFooter $self)+
final String getText(EmbedFooter $self)@@ -352,7 +352,7 @@
final String getProxyIconUrl(EmbedFooter $self)+
final String getProxyIconUrl(EmbedFooter $self)@@ -367,7 +367,7 @@
final String getIconUrl(EmbedFooter $self)+
final String getIconUrl(EmbedFooter $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.html b/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.html index f1cc08f0..a0de72d5 100644 --- a/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/FooterWrapper.html @@ -172,19 +172,19 @@
private final String
private final String
text
private final String
private final String
iconUrl
private final String
private final String
proxyIconUrl
final String
+ final String
getText()
final String
+ final String
getIconUrl()
final String
+ final String
getProxyIconUrl()
final String getText()+
final String getText()@@ -383,7 +383,7 @@
final String getIconUrl()+
final String getIconUrl()@@ -398,7 +398,7 @@
final String getProxyIconUrl()+
final String getProxyIconUrl()diff --git a/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.Companion.html index 6dc28213..99fd851a 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.Companion.html @@ -165,25 +165,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl(EmbedImage $self)
final String
+ final String
getProxyUrl(EmbedImage $self)
final Integer
+ final Integer
getHeight(EmbedImage $self)
final Integer
+ final Integer
getWidth(EmbedImage $self)
final String getUrl(EmbedImage $self)+
final String getUrl(EmbedImage $self)@@ -366,7 +366,7 @@
final String getProxyUrl(EmbedImage $self)+
final String getProxyUrl(EmbedImage $self)@@ -381,7 +381,7 @@
final Integer getHeight(EmbedImage $self)+
final Integer getHeight(EmbedImage $self)@@ -396,7 +396,7 @@
final Integer getWidth(EmbedImage $self)+
final Integer getWidth(EmbedImage $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.html b/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.html index 2fe08325..f9b447dc 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/ImageWrapper.html @@ -172,25 +172,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl()
final String
+ final String
getProxyUrl()
final Integer
+ final Integer
getHeight()
final Integer
+ final Integer
getWidth()
final String getUrl()+
final String getUrl()@@ -397,7 +397,7 @@
final String getProxyUrl()+
final String getProxyUrl()@@ -412,7 +412,7 @@
final Integer getHeight()+
final Integer getHeight()@@ -427,7 +427,7 @@
final Integer getWidth()+
final Integer getWidth()diff --git a/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html index 6266195e..678ce664 100644 --- a/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.Companion.html @@ -171,19 +171,19 @@
private final Integer
private final Integer
color
private final String
private final String
description
private final List<EmbedField>
private final List<EmbedField>
rawFields
private final String
private final String
title
private final String
private final String
url
final Integer
+ final Integer
getColor(MessageEmbed $self)
final String
+ final String
getDescription(MessageEmbed $self)
final List<EmbedField>
+ final List<EmbedField>
getRawFields(MessageEmbed $self)
final String
+ final String
getTitle(MessageEmbed $self)
final String
+ final String
getUrl(MessageEmbed $self)
final Integer getColor(MessageEmbed $self)+
final Integer getColor(MessageEmbed $self)@@ -507,7 +507,7 @@
final String getDescription(MessageEmbed $self)+
final String getDescription(MessageEmbed $self)@@ -522,7 +522,7 @@
final List<EmbedField> getRawFields(MessageEmbed $self)+
final List<EmbedField> getRawFields(MessageEmbed $self)@@ -627,7 +627,7 @@
final String getTitle(MessageEmbed $self)+
final String getTitle(MessageEmbed $self)@@ -657,7 +657,7 @@
final String getUrl(MessageEmbed $self)+
final String getUrl(MessageEmbed $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.html b/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.html index 9db5baf2..c67aa474 100644 --- a/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/MessageEmbedWrapper.html @@ -184,25 +184,25 @@
private final Integer
private final Integer
color
private final String
private final String
description
private final List<FieldWrapper>
private final List<FieldWrapper>
fields
private final List<EmbedField>
private final List<EmbedField>
rawFields
private final String
private final String
title
private final String
private final String
url
final Integer
+ final Integer
getColor()
final String
+ final String
getDescription()
final List<FieldWrapper>
+ final List<FieldWrapper>
getFields()
final List<EmbedField>
+ final List<EmbedField>
getRawFields()
final String
+ final String
getTitle()
final String
+ final String
getUrl()
final static List<FieldWrapper>
+ final static List<FieldWrapper>
getFields(MessageEmbed embed)
final Integer getColor()+
final Integer getColor()@@ -707,7 +707,7 @@
final String getDescription()+
final String getDescription()@@ -722,7 +722,7 @@
final List<FieldWrapper> getFields()+
final List<FieldWrapper> getFields()@@ -737,7 +737,7 @@
final List<EmbedField> getRawFields()+
final List<EmbedField> getRawFields()@@ -917,7 +917,7 @@
final String getTitle()+
final String getTitle()@@ -947,7 +947,7 @@
final String getUrl()+
final String getUrl()@@ -992,7 +992,7 @@
final static List<FieldWrapper> getFields(MessageEmbed embed)+
final static List<FieldWrapper> getFields(MessageEmbed embed)diff --git a/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html index a706ca79..1d9634a8 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.Companion.html @@ -165,13 +165,13 @@
private final String
private final String
name
private final String
private final String
url
final String
+ final String
getName(EmbedProvider $self)
final String
+ final String
getUrl(EmbedProvider $self)
final String getName(EmbedProvider $self)+
final String getName(EmbedProvider $self)@@ -338,7 +338,7 @@
final String getUrl(EmbedProvider $self)+
final String getUrl(EmbedProvider $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.html b/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.html index a528d06b..4a5665a9 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/ProviderWrapper.html @@ -172,13 +172,13 @@
private final String
private final String
name
private final String
private final String
url
final String
+ final String
getName()
final String
+ final String
getUrl()
final String getName()+
final String getName()@@ -369,7 +369,7 @@
final String getUrl()+
final String getUrl()diff --git a/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html index 1ca895e7..f80d96f9 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.Companion.html @@ -165,25 +165,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl(EmbedThumbnail $self)
final String
+ final String
getProxyUrl(EmbedThumbnail $self)
final Integer
+ final Integer
getHeight(EmbedThumbnail $self)
final Integer
+ final Integer
getWidth(EmbedThumbnail $self)
final String getUrl(EmbedThumbnail $self)+
final String getUrl(EmbedThumbnail $self)@@ -366,7 +366,7 @@
final String getProxyUrl(EmbedThumbnail $self)+
final String getProxyUrl(EmbedThumbnail $self)@@ -381,7 +381,7 @@
final Integer getHeight(EmbedThumbnail $self)+
final Integer getHeight(EmbedThumbnail $self)@@ -396,7 +396,7 @@
final Integer getWidth(EmbedThumbnail $self)+
final Integer getWidth(EmbedThumbnail $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.html b/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.html index 99703259..ba8f639e 100644 --- a/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/ThumbnailWrapper.html @@ -172,25 +172,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl()
final String
+ final String
getProxyUrl()
final Integer
+ final Integer
getHeight()
final Integer
+ final Integer
getWidth()
final String getUrl()+
final String getUrl()@@ -397,7 +397,7 @@
final String getProxyUrl()+
final String getProxyUrl()@@ -412,7 +412,7 @@
final Integer getHeight()+
final Integer getHeight()@@ -427,7 +427,7 @@
final Integer getWidth()+
final Integer getWidth()diff --git a/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.Companion.html b/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.Companion.html index 594972cd..922f253c 100644 --- a/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.Companion.html @@ -165,25 +165,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl(EmbedVideo $self)
final String
+ final String
getProxyUrl(EmbedVideo $self)
final Integer
+ final Integer
getHeight(EmbedVideo $self)
final Integer
+ final Integer
getWidth(EmbedVideo $self)
final String getUrl(EmbedVideo $self)+
final String getUrl(EmbedVideo $self)@@ -366,7 +366,7 @@
final String getProxyUrl(EmbedVideo $self)+
final String getProxyUrl(EmbedVideo $self)@@ -381,7 +381,7 @@
final Integer getHeight(EmbedVideo $self)+
final Integer getHeight(EmbedVideo $self)@@ -396,7 +396,7 @@
final Integer getWidth(EmbedVideo $self)+
final Integer getWidth(EmbedVideo $self)diff --git a/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.html b/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.html index a90a70b9..56668249 100644 --- a/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.html +++ b/javadoc/com/aliucord/wrappers/embeds/VideoWrapper.html @@ -172,25 +172,25 @@
private final String
private final String
url
private final String
private final String
proxyUrl
private final Integer
private final Integer
height
private final Integer
private final Integer
width
final String
+ final String
getUrl()
final String
+ final String
getProxyUrl()
final Integer
+ final Integer
getHeight()
final Integer
+ final Integer
getWidth()
final String getUrl()+
final String getUrl()@@ -397,7 +397,7 @@
final String getProxyUrl()+
final String getProxyUrl()@@ -412,7 +412,7 @@
final Integer getHeight()+
final Integer getHeight()@@ -427,7 +427,7 @@
final Integer getWidth()+
final Integer getWidth()diff --git a/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html b/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html index 878cf71b..5e2b2571 100644 --- a/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.Companion.html @@ -165,25 +165,25 @@
private final String
private final String
filename
private final Integer
private final Integer
height
private final String
private final String
proxyUrl
private final Long
private final Long
size
private final String
private final String
url
private final Integer
private final Integer
width
final String
+ final String
getFilename(MessageAttachment $self)
final Integer
+ final Integer
getHeight(MessageAttachment $self)
final String
+ final String
getProxyUrl(MessageAttachment $self)
final Long
+ final Long
getSize(MessageAttachment $self)
final String
+ final String
getUrl(MessageAttachment $self)
final Integer
+ final Integer
getWidth(MessageAttachment $self)
final String getFilename(MessageAttachment $self)+
final String getFilename(MessageAttachment $self)@@ -408,7 +408,7 @@
final Integer getHeight(MessageAttachment $self)+
final Integer getHeight(MessageAttachment $self)@@ -423,7 +423,7 @@
final String getProxyUrl(MessageAttachment $self)+
final String getProxyUrl(MessageAttachment $self)@@ -438,7 +438,7 @@
final Long getSize(MessageAttachment $self)+
final Long getSize(MessageAttachment $self)@@ -468,7 +468,7 @@
final String getUrl(MessageAttachment $self)+
final String getUrl(MessageAttachment $self)@@ -483,7 +483,7 @@
final Integer getWidth(MessageAttachment $self)+
final Integer getWidth(MessageAttachment $self)diff --git a/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.html b/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.html index dab7eff4..07c5c4b6 100644 --- a/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.html +++ b/javadoc/com/aliucord/wrappers/messages/AttachmentWrapper.html @@ -172,25 +172,25 @@
private final String
private final String
filename
private final Integer
private final Integer
height
private final String
private final String
proxyUrl
private final Long
private final Long
size
private final String
private final String
url
private final Integer
private final Integer
width
final String
+ final String
getFilename()
final Integer
+ final Integer
getHeight()
final String
+ final String
getProxyUrl()
final Long
+ final Long
getSize()
final String
+ final String
getUrl()
final Integer
+ final Integer
getWidth()
final String getFilename()+
final String getFilename()@@ -439,7 +439,7 @@
final Integer getHeight()+
final Integer getHeight()@@ -454,7 +454,7 @@
final String getProxyUrl()+
final String getProxyUrl()@@ -469,7 +469,7 @@
final Long getSize()+
final Long getSize()@@ -499,7 +499,7 @@
final String getUrl()+
final String getUrl()@@ -514,7 +514,7 @@
final Integer getWidth()+
final Integer getWidth()diff --git a/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html b/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html index 8301a4a2..ec2ace91 100644 --- a/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html +++ b/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.Companion.html @@ -171,7 +171,7 @@
private final String
private final String
format
private final Long
private final Long
id
final String
+ final String
getFormat(BaseSticker $self)
final Long
+ final Long
getId(BaseSticker $self)
final String getFormat(BaseSticker $self)+
final String getFormat(BaseSticker $self)@@ -396,7 +396,7 @@
final Long getId(BaseSticker $self)+
final Long getId(BaseSticker $self)diff --git a/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.html b/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.html index 63e3ce2a..19877c43 100644 --- a/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.html +++ b/javadoc/com/aliucord/wrappers/stickers/BaseStickerWrapper.html @@ -178,7 +178,7 @@
private final String
private final String
format
private final Long
private final Long
id
final String
+ final String
getFormat()
final Long
+ final Long
getId()
final String getFormat()+
final String getFormat()@@ -427,7 +427,7 @@
final Long getId()+
final Long getId()diff --git a/javadoc/deprecated.html b/javadoc/deprecated.html index e64590d8..f6c678d5 100644 --- a/javadoc/deprecated.html +++ b/javadoc/deprecated.html @@ -122,7 +122,7 @@