-
- All Implemented Interfaces:
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, getBoolean, getConfigSection, getConfigSection, getDescription, getDouble, getInt, getLink, getLong, getName, getPlaceholderAPI, getPlaceholders, getPlugin, getRequiredPlugin, getString, getStringList, info, isRegistered, log, log, register, severe, severe, toString, unregister, warning -
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()
-
-
-
-