public class PlaceholderManager extends PluginComponent
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderManager.PlaceholderEntry |
Constructor and Description |
---|
PlaceholderManager(MythicMobs plugin) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkForVariables(String string) |
PlaceholderManager.PlaceholderEntry |
getPlaceholder(String key) |
void |
load(MythicMobs plugin) |
Matcher |
matcher(String string) |
void |
recheckForPlaceholders() |
void |
register(String[] keys,
Placeholder transformer) |
void |
register(String key,
Placeholder transformer) |
void |
registerParser(PlaceholderParser placeholderParser) |
void |
unload() |
bind, close, doBinding, getPlugin, setup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PlaceholderManager(MythicMobs plugin)
public void unload()
unload
in class io.lumine.utils.plugin.PluginModule<MythicMobs>
public void load(MythicMobs plugin)
load
in class io.lumine.utils.plugin.PluginModule<MythicMobs>
public void register(String[] keys, Placeholder transformer)
public void register(String key, Placeholder transformer)
public PlaceholderManager.PlaceholderEntry getPlaceholder(String key)
public boolean checkForVariables(String string)
public void registerParser(PlaceholderParser placeholderParser)
public void recheckForPlaceholders()
Copyright © 2020. All rights reserved.