Package com.aliucord.entities
Class Plugin.Manifest.Author
-
- All Implemented Interfaces:
public class Plugin.Manifest.Author
Plugin Author
-
-
Constructor Summary
Constructors Constructor Description Plugin.Manifest.Author(String name)
Constructs an Author with the specified name and an ID of 0 Plugin.Manifest.Author(String name, long id)
Constructs an Author with the specified name and ID Plugin.Manifest.Author(String name, long id, boolean hyperlink)
Constructs an Author with the specified name, ID, and whether to hyperlink the profile.
-
Method Summary
-
-
Constructor Detail
-
Plugin.Manifest.Author
Plugin.Manifest.Author(String name)
Constructs an Author with the specified name and an ID of 0- Parameters:
name
- The name of the author
-
Plugin.Manifest.Author
Plugin.Manifest.Author(String name, long id)
Constructs an Author with the specified name and ID- Parameters:
name
- The name of the authorid
- The id of the author
-
Plugin.Manifest.Author
Plugin.Manifest.Author(String name, long id, boolean hyperlink)
Constructs an Author with the specified name, ID, and whether to hyperlink the profile.
-
-
-
-