public class AddonManager
extends java.lang.Object
The instance of this class can be retrieved from UltraChatAPI.getAddonManager()
Constructor and Description |
---|
AddonManager() |
Modifier and Type | Method and Description |
---|---|
void |
addAddon(PlaceholderAddon pa)
Add an addon
|
java.util.List<PlaceholderAddon> |
getAddons()
Get the list of addons.
|
java.lang.String |
replacePlaceholders(java.lang.String s,
java.util.UUID p)
Replace the placeholders in a string.
|
public void addAddon(PlaceholderAddon pa)
pa
- The addon to add.public java.util.List<PlaceholderAddon> getAddons()
public java.lang.String replacePlaceholders(java.lang.String s, java.util.UUID p)
s
- The string.p
- The player UUID.