Class ExtraPlaceholderExpansion

  • All Implemented Interfaces:
    Loadable

    public class ExtraPlaceholderExpansion
    extends me.clip.placeholderapi.expansion.PlaceholderExpansion
    implements Loadable
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disable()  
      void enable()  
      @NotNull String getAuthor()  
      @NotNull String getIdentifier()  
      @NotNull String getVersion()  
      String onRequest​(org.bukkit.OfflinePlayer player, @NotNull String identifier)  
      boolean persist()  
      boolean register()  
      • 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, setExpansionType, severe, severe, toString, unregister, warning
      • Methods inherited from class me.clip.placeholderapi.PlaceholderHook

        onPlaceholderRequest
      • Methods inherited from interface io.github.projectunified.minelib.plugin.base.Loadable

        load
    • Constructor Detail

      • ExtraPlaceholderExpansion

        public ExtraPlaceholderExpansion​(BetterGUI plugin)
    • Method Detail

      • enable

        public void enable()
        Specified by:
        enable in interface Loadable
      • disable

        public void disable()
        Specified by:
        disable in interface Loadable
      • getIdentifier

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

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

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

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

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

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