类 HookPlaceholderAPI

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
top.redstarmc.plugin.velocitytitle.spigot.HookPlaceholderAPI

public class HookPlaceholderAPI extends me.clip.placeholderapi.expansion.PlaceholderExpansion
  • 嵌套类概要

    从类继承的嵌套类/接口 me.clip.placeholderapi.expansion.PlaceholderExpansion

    me.clip.placeholderapi.expansion.PlaceholderExpansion.Type
  • 字段概要

    从类继承的字段 me.clip.placeholderapi.expansion.PlaceholderExpansion

    expansionType
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    @NotNull String
    The author of this expansion
    @NotNull String
    此扩展的占位符标识符。
    @NotNull String
    The version of this expansion
    onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull String params)
     
    boolean
     
    prefix(@NotNull org.bukkit.entity.Player player)
     
    suffix(@NotNull org.bukkit.entity.Player player)
     

    从类继承的方法 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

    从类继承的方法 me.clip.placeholderapi.PlaceholderHook

    onRequest

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • HookPlaceholderAPI

      public HookPlaceholderAPI()
  • 方法详细资料

    • getIdentifier

      @NotNull public @NotNull String getIdentifier()
      此扩展的占位符标识符。可能不包含 %, {} or _
      指定者:
      getIdentifier 在类中 me.clip.placeholderapi.expansion.PlaceholderExpansion
      返回:
      与此扩展关联的占位符标识符
    • getAuthor

      @NotNull public @NotNull String getAuthor()
      The author of this expansion
      指定者:
      getAuthor 在类中 me.clip.placeholderapi.expansion.PlaceholderExpansion
      返回:
      name of the author for this expansion
    • getVersion

      @NotNull public @NotNull String getVersion()
      The version of this expansion
      指定者:
      getVersion 在类中 me.clip.placeholderapi.expansion.PlaceholderExpansion
      返回:
      current version of this expansion
    • persist

      public boolean persist()
      覆盖:
      persist 在类中 me.clip.placeholderapi.expansion.PlaceholderExpansion
    • onPlaceholderRequest

      public String onPlaceholderRequest(org.bukkit.entity.Player player, @NotNull @NotNull String params)
      覆盖:
      onPlaceholderRequest 在类中 me.clip.placeholderapi.PlaceholderHook
    • prefix

      public String prefix(@NotNull @NotNull org.bukkit.entity.Player player)
    • suffix

      public String suffix(@NotNull @NotNull org.bukkit.entity.Player player)