Object PlaceHolderHooker
-
- All Implemented Interfaces:
-
taboolib.platform.compat.PlaceholderExpansion
public class PlaceHolderHooker implements PlaceholderExpansion
-
-
Field Summary
Fields Modifier and Type Field Description private final String
identifier
private final Boolean
autoReload
private final Boolean
enabled
public final static PlaceHolderHooker
INSTANCE
-
Method Summary
Modifier and Type Method Description String
onPlaceholderRequest(Player player, String args)
String
getIdentifier()
-
-
Method Detail
-
onPlaceholderRequest
String onPlaceholderRequest(Player player, String args)
-
getIdentifier
String getIdentifier()
-
-
-
-