Class PlaceholderAPIExpansion
java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
com.guflimc.brick.placeholders.spigot.api.hooks.placeholderapi.PlaceholderAPIExpansion
public class PlaceholderAPIExpansion
extends me.clip.placeholderapi.expansion.PlaceholderExpansion
-
Nested Class Summary
Nested classes/interfaces inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion
me.clip.placeholderapi.expansion.PlaceholderExpansion.Type -
Field Summary
Fields inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion
expansionType -
Constructor Summary
ConstructorsConstructorDescriptionPlaceholderAPIExpansion(org.bukkit.plugin.java.JavaPlugin plugin, PlaceholderModule<org.bukkit.entity.Player> module) -
Method Summary
Modifier and TypeMethodDescription@NotNull String@NotNull StringPlaceholderModule<org.bukkit.entity.Player>@NotNull String@Nullable StringonPlaceholderRequest(org.bukkit.entity.Player player, @NotNull String params) booleanpersist()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, warningMethods inherited from class me.clip.placeholderapi.PlaceholderHook
onRequest
-
Constructor Details
-
PlaceholderAPIExpansion
public PlaceholderAPIExpansion(org.bukkit.plugin.java.JavaPlugin plugin, PlaceholderModule<org.bukkit.entity.Player> module)
-
-
Method Details
-
getModule
-
getIdentifier
- Specified by:
getIdentifierin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getAuthor
- Specified by:
getAuthorin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
getVersion
- Specified by:
getVersionin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
persist
public boolean persist()- Overrides:
persistin classme.clip.placeholderapi.expansion.PlaceholderExpansion
-
onPlaceholderRequest
@Nullable public @Nullable String onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull @NotNull String params) - Overrides:
onPlaceholderRequestin classme.clip.placeholderapi.PlaceholderHook
-