asajs
Version:
Make your Minecraft JsonUI with ScriptingAPI
69 lines (68 loc) • 1.92 kB
TypeScript
/**
* Represents a class with several static methods and properties that appear to serve as placeholders or utilities.
* The methods in this class are defined but not yet implemented, potentially for future extensions or overriding.
*
* @class Class
*/
export declare class Class {
/**
* A static method that seems to serve as a placeholder, but has no functionality as of now.
*
* @private
* @static
*/
private static apply;
/**
* A static property initialized to an empty string, likely intended to hold arguments or be overridden in the future.
*
* @private
* @static
* @type {string}
*/
private static arguments;
/**
* A static method that seems to serve as a placeholder, but has no functionality as of now.
*
* @private
* @static
*/
private static bind;
/**
* A static method that seems to serve as a placeholder, but has no functionality as of now.
*
* @private
* @static
*/
private static call;
/**
* A static property initialized to an empty string, likely intended to hold caller information or be overridden in the future.
*
* @private
* @static
* @type {string}
*/
private static caller;
/**
* A static property initialized to an empty string, likely intended to hold length-related data or be overridden in the future.
*
* @private
* @static
* @type {string}
*/
private static length;
/**
* A static property initialized to an empty string, likely intended to hold a name or be overridden in the future.
*
* @private
* @static
* @type {string}
*/
private static name;
/**
* A static method that seems to serve as a placeholder, but has no functionality as of now.
*
* @private
* @static
*/
private static toString;
}