Class PlaceholderPluginHook

java.lang.Object
com.guflimc.brick.placeholders.spigot.api.hooks.PlaceholderPluginHook
All Implemented Interfaces:
PlaceholderResolver<org.bukkit.entity.Player>
Direct Known Subclasses:
PlaceholderAPIHook

public abstract class PlaceholderPluginHook extends Object implements PlaceholderResolver<org.bukkit.entity.Player>
  • Constructor Details

    • PlaceholderPluginHook

      public PlaceholderPluginHook()
  • Method Details

    • register

      public abstract void register(@NotNull @NotNull PlaceholderModule<org.bukkit.entity.Player> module)
    • unregister

      public abstract void unregister(@NotNull @NotNull PlaceholderModule<org.bukkit.entity.Player> module)