-
public abstract class PAPIExpansion extends PlaceholderExpansion
-
-
Constructor Summary
Constructors Constructor Description PAPIExpansion(CoreJavaPlugin plugin, String identifier, String authors, String version)
-
Method Summary
Modifier and Type Method Description Booleanpersist()BooleancanRegister()StringgetAuthor()StringgetIdentifier()StringgetVersion()-
Methods inherited from class me.dkim19375.dkimbukkitcore.external.PAPIExpansion
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.expansion.PlaceholderExpansion
onPlaceholderRequest, onRequest -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PAPIExpansion
PAPIExpansion(CoreJavaPlugin plugin, String identifier, String authors, String version)
-
-
Method Detail
-
canRegister
Boolean canRegister()
-
getIdentifier
String getIdentifier()
-
getVersion
String getVersion()
-
-
-
-