Class PlaceholderAPIDetector
java.lang.Object
com.guflimc.brick.placeholders.spigot.api.hooks.PlaceholderPluginDetector
com.guflimc.brick.placeholders.spigot.api.hooks.placeholderapi.PlaceholderAPIDetector
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PlaceholderAPIDetector
extends PlaceholderPluginDetector
implements org.bukkit.event.Listener
-
Constructor Summary
ConstructorDescriptionPlaceholderAPIDetector
(org.bukkit.plugin.java.JavaPlugin plugin, Consumer<PlaceholderPluginHook> enable, Consumer<PlaceholderPluginHook> disable) -
Method Summary
Methods inherited from class com.guflimc.brick.placeholders.spigot.api.hooks.PlaceholderPluginDetector
disable, enable
-
Constructor Details
-
PlaceholderAPIDetector
public PlaceholderAPIDetector(org.bukkit.plugin.java.JavaPlugin plugin, Consumer<PlaceholderPluginHook> enable, Consumer<PlaceholderPluginHook> disable)
-
-
Method Details
-
onEnable
public void onEnable(org.bukkit.event.server.PluginEnableEvent event) -
onDisable
public void onDisable(org.bukkit.event.server.PluginDisableEvent event)
-