Class BukkitTabExpansion

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
me.neznamy.tab.platforms.bukkit.features.BukkitTabExpansion
All Implemented Interfaces:
me.neznamy.tab.shared.features.TabExpansion

public class BukkitTabExpansion extends me.clip.placeholderapi.expansion.PlaceholderExpansion implements me.neznamy.tab.shared.features.TabExpansion
TAB's expansion for PlaceholderAPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
    @NotNull String
     
    onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull String identifier)
     
    boolean
     
    void
    setValue(me.neznamy.tab.api.TabPlayer player, String key, String value)
     

    Methods inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion

    canRegister, configurationContains, equals, get, getConfigSection, getConfigSection, getDescription, getDouble, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlaceholders, getPlugin, getRequiredPlugin, getString, getStringList, hashCode, isRegistered, 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

    Methods inherited from interface me.neznamy.tab.shared.features.TabExpansion

    setBossBarVisible, setNameTagPreview, setPlaceholderValue, setPropertyValue, setRawPropertyValue, setScoreboardName, setScoreboardVisible
  • Constructor Details

    • BukkitTabExpansion

      public BukkitTabExpansion()
  • Method Details

    • persist

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

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

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

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

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

      public void setValue(me.neznamy.tab.api.TabPlayer player, String key, String value)
      Specified by:
      setValue in interface me.neznamy.tab.shared.features.TabExpansion