Class PlaceholderHook

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
xericker.arenalegends.handler.depend.PlaceholderHook

public class PlaceholderHook extends me.clip.placeholderapi.expansion.PlaceholderExpansion
  • Nested Class Summary

    Nested classes/interfaces inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion

    me.clip.placeholderapi.expansion.PlaceholderExpansion.Type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
    @NotNull String
     
    @Nullable String
    onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull String params)
     
    boolean
     
    static void
    spawnTest(org.bukkit.entity.Player player, org.bukkit.Location location)
     

    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 me.clip.placeholderapi.PlaceholderHook

    onRequest

    Methods inherited from class Object

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

    • PlaceholderHook

      public PlaceholderHook()
  • Method Details

    • 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
    • persist

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

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

      public static void spawnTest(org.bukkit.entity.Player player, org.bukkit.Location location)