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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    @Nullable String
    onPlaceholderRequest(@Nullable org.bukkit.entity.Player player, String placeholder)
     
    @Nullable String
    onPlaceholderRequest(org.bukkit.entity.Player p1, org.bukkit.entity.Player p2, String placeholder)
     
    @Nullable String
    onRequest(@Nullable org.bukkit.OfflinePlayer player, String placeholder)
     
    boolean
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PapiExpansion

      public PapiExpansion()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getAuthor

      public String getAuthor()
      Specified by:
      getAuthor in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • persist

      public boolean persist()
      Overrides:
      persist in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • onPlaceholderRequest

      public @Nullable String onPlaceholderRequest(org.bukkit.entity.Player p1, org.bukkit.entity.Player p2, String placeholder)
      Specified by:
      onPlaceholderRequest in interface me.clip.placeholderapi.expansion.Relational
    • onPlaceholderRequest

      public @Nullable String onPlaceholderRequest(@Nullable org.bukkit.entity.Player player, String placeholder)
      Overrides:
      onPlaceholderRequest in class me.clip.placeholderapi.PlaceholderHook
    • onRequest

      public @Nullable String onRequest(@Nullable org.bukkit.OfflinePlayer player, String placeholder)
      Overrides:
      onRequest in class me.clip.placeholderapi.PlaceholderHook