Class TopPlaceholderExpansion
- java.lang.Object
-
- me.clip.placeholderapi.PlaceholderHook
-
- me.clip.placeholderapi.expansion.PlaceholderExpansion
-
- me.hsgamer.topper.spigot.plugin.hook.papi.TopPlaceholderExpansion
-
public class TopPlaceholderExpansion extends me.clip.placeholderapi.expansion.PlaceholderExpansion
-
-
Constructor Summary
Constructors Constructor Description TopPlaceholderExpansion(TopperPlugin instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getAuthor()
@NotNull String
getIdentifier()
@NotNull String
getVersion()
String
onRequest(org.bukkit.OfflinePlayer player, @NotNull String params)
boolean
persist()
-
Methods inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion
canRegister, configurationContains, equals, get, getBoolean, getConfigSection, getConfigSection, getDescription, getDouble, getExpansionType, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlaceholders, getPlugin, getRequiredPlugin, getString, getStringList, info, isRegistered, log, log, register, setExpansionType, severe, severe, toString, unregister, warning
-
-
-
-
Constructor Detail
-
TopPlaceholderExpansion
public TopPlaceholderExpansion(TopperPlugin instance)
-
-
Method Detail
-
getIdentifier
@NotNull public @NotNull String getIdentifier()
- Specified by:
getIdentifier
in classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getAuthor
@NotNull public @NotNull String getAuthor()
- Specified by:
getAuthor
in classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getVersion
@NotNull public @NotNull String getVersion()
- Specified by:
getVersion
in classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
persist
public boolean persist()
- Overrides:
persist
in classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
-