Class 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
      boolean canRegister()  
      @NotNull java.lang.String getAuthor()  
      @NotNull java.lang.String getIdentifier()  
      @NotNull java.util.List<java.lang.String> getPlaceholders()  
      @NotNull java.lang.String getVersion()  
      java.lang.String onPlaceholderRequest​(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
      • Methods inherited from class me.clip.placeholderapi.PlaceholderHook

        onRequest
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PAPIExpansion

        public PAPIExpansion​(org.bukkit.plugin.java.JavaPlugin plugin)
    • Method Detail

      • getPlaceholders

        @NotNull
        public @NotNull java.util.List<java.lang.String> getPlaceholders()
        Overrides:
        getPlaceholders in class me.clip.placeholderapi.expansion.PlaceholderExpansion
      • canRegister

        public boolean canRegister()
        Overrides:
        canRegister in class me.clip.placeholderapi.expansion.PlaceholderExpansion
      • getAuthor

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

        @NotNull
        public @NotNull java.lang.String getIdentifier()
        Specified by:
        getIdentifier in class me.clip.placeholderapi.expansion.PlaceholderExpansion
      • getVersion

        @NotNull
        public @NotNull java.lang.String getVersion()
        Specified by:
        getVersion in class me.clip.placeholderapi.expansion.PlaceholderExpansion
      • onPlaceholderRequest

        public java.lang.String onPlaceholderRequest​(org.bukkit.entity.Player player,
                                                     @NotNull
                                                     @NotNull java.lang.String identifier)
        Overrides:
        onPlaceholderRequest in class me.clip.placeholderapi.PlaceholderHook