Class SimplePlaceholder

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
wbs.utils.util.pluginhooks.SimplePlaceholder

public final class SimplePlaceholder extends me.clip.placeholderapi.expansion.PlaceholderExpansion
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
     
    @NotNull String
     
    onRequest(org.bukkit.OfflinePlayer player, @NotNull String params)
     
    boolean
     

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

    canRegister, configurationContains, equals, get, getBoolean, getConfigSection, getConfigSection, getDescription, getDouble, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlaceholders, getPlugin, getString, getStringList, info, isRegistered, log, log, persist, severe, severe, toString, unregister, warning

    Methods inherited from class me.clip.placeholderapi.PlaceholderHook

    onPlaceholderRequest

    Methods inherited from class java.lang.Object

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

    • onRequest

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

      @NotNull public @NotNull String getIdentifier()
      Specified by:
      getIdentifier 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
    • getRequiredPlugin

      public String getRequiredPlugin()
      Overrides:
      getRequiredPlugin in class me.clip.placeholderapi.expansion.PlaceholderExpansion
    • register

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