Package dev.kitteh.factions.integration
Class PapiExpansion
java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
dev.kitteh.factions.integration.PapiExpansion
- All Implemented Interfaces:
me.clip.placeholderapi.expansion.Relational
@NullMarked
public class PapiExpansion
extends me.clip.placeholderapi.expansion.PlaceholderExpansion
implements me.clip.placeholderapi.expansion.Relational
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringonPlaceholderRequest(@Nullable org.bukkit.entity.Player player, String placeholder) @Nullable StringonPlaceholderRequest(org.bukkit.entity.Player p1, org.bukkit.entity.Player p2, String placeholder) @Nullable Stringbooleanpersist()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 Details
-
PapiExpansion
public PapiExpansion()
-
-
Method Details
-
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
public @Nullable String onPlaceholderRequest(org.bukkit.entity.Player p1, org.bukkit.entity.Player p2, String placeholder) - Specified by:
onPlaceholderRequestin interfaceme.clip.placeholderapi.expansion.Relational
-
onPlaceholderRequest
public @Nullable String onPlaceholderRequest(@Nullable org.bukkit.entity.Player player, String placeholder) - Overrides:
onPlaceholderRequestin classme.clip.placeholderapi.PlaceholderHook
-
onRequest
- Overrides:
onRequestin classme.clip.placeholderapi.PlaceholderHook
-