Class PAPIExpansion
- java.lang.Object
-
- me.clip.placeholderapi.PlaceholderHook
-
- me.clip.placeholderapi.expansion.PlaceholderExpansion
-
- cc.carm.plugin.ultradepository.hooker.PAPIExpansion
-
public class PAPIExpansion extends me.clip.placeholderapi.expansion.PlaceholderExpansion
-
-
Constructor Summary
Constructors Constructor Description PAPIExpansion(org.bukkit.plugin.java.JavaPlugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRegister()@NotNull java.lang.StringgetAuthor()@NotNull java.lang.StringgetIdentifier()@NotNull java.util.List<java.lang.String>getPlaceholders()@NotNull java.lang.StringgetVersion()java.lang.StringonPlaceholderRequest(org.bukkit.entity.Player player, @NotNull java.lang.String identifier)-
Methods inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion
configurationContains, equals, get, getConfigSection, getConfigSection, getDescription, getDouble, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlugin, getRequiredPlugin, getString, getStringList, hashCode, isRegistered, persist, register, toString, unregister
-
-
-
-
Method Detail
-
getPlaceholders
@NotNull public @NotNull java.util.List<java.lang.String> getPlaceholders()
- Overrides:
getPlaceholdersin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
canRegister
public boolean canRegister()
- Overrides:
canRegisterin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getAuthor
@NotNull public @NotNull java.lang.String getAuthor()
- Specified by:
getAuthorin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getIdentifier
@NotNull public @NotNull java.lang.String getIdentifier()
- Specified by:
getIdentifierin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getVersion
@NotNull public @NotNull java.lang.String getVersion()
- Specified by:
getVersionin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
onPlaceholderRequest
public java.lang.String onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull @NotNull java.lang.String identifier)- Overrides:
onPlaceholderRequestin classme.clip.placeholderapi.PlaceholderHook
-
-