Interface PlaceholderRegistry

All Known Implementing Classes:
UniversalPlaceholderRegistry

public interface PlaceholderRegistry
An interface to be implemented by classes which offer internal placeholders that can be registered into the system for better performance or to simply provide basic placeholders without the requirement of installing other plugins just to display simple information like online count.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerPlaceholders(me.neznamy.tab.api.placeholder.PlaceholderManager manager)
    Registers all placeholders into placeholder manager
  • Method Details

    • registerPlaceholders

      void registerPlaceholders(me.neznamy.tab.api.placeholder.PlaceholderManager manager)
      Registers all placeholders into placeholder manager
      Parameters:
      manager - placeholder manager to register placeholders to