Class PAPIIntegrator.WMPAPIPlugin

java.lang.Object
me.clip.placeholderapi.PlaceholderHook
me.clip.placeholderapi.expansion.PlaceholderExpansion
net.winmister332.libs.integration.papi.PAPIIntegrator.WMPAPIPlugin
Enclosing class:
PAPIIntegrator

public final class PAPIIntegrator.WMPAPIPlugin extends me.clip.placeholderapi.expansion.PlaceholderExpansion
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    final class 
     

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

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

    Fields

    Fields inherited from class me.clip.placeholderapi.expansion.PlaceholderExpansion

    expansionType
  • Constructor Summary

    Constructors
    Constructor
    Description
    WMPAPIPlugin(org.bukkit.plugin.java.JavaPlugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
    @NotNull String
     
    @NotNull String
     
    @Nullable String
    onRequest(org.bukkit.OfflinePlayer player, @NotNull String params)
     

    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, persist, register, setExpansionType, severe, severe, toString, unregister, warning

    Methods inherited from class me.clip.placeholderapi.PlaceholderHook

    onPlaceholderRequest

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • WMPAPIPlugin

      public WMPAPIPlugin(org.bukkit.plugin.java.JavaPlugin plugin)
  • 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
    • onRequest

      @Nullable public @Nullable String onRequest(org.bukkit.OfflinePlayer player, @NotNull @NotNull String params)
      Overrides:
      onRequest in class me.clip.placeholderapi.PlaceholderHook