类 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 StringThe author of this expansion@NotNull String此扩展的占位符标识符。@NotNull StringThe version of this expansiononPlaceholderRequest(org.bukkit.entity.Player player, @NotNull String params) booleanpersist()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
-
构造器详细资料
-
HookPlaceholderAPI
public HookPlaceholderAPI()
-
-
方法详细资料
-
getIdentifier
此扩展的占位符标识符。可能不包含 %, {} or _- 指定者:
getIdentifier在类中me.clip.placeholderapi.expansion.PlaceholderExpansion- 返回:
- 与此扩展关联的占位符标识符
-
getAuthor
The author of this expansion- 指定者:
getAuthor在类中me.clip.placeholderapi.expansion.PlaceholderExpansion- 返回:
- name of the author for this expansion
-
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
-
suffix
-