Class PlaceholderApiBridge

  • All Implemented Interfaces:
    Bridge, org.bukkit.event.Listener

    public class PlaceholderApiBridge
    extends java.lang.Object
    implements Bridge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disable()  
      void enable()  
      void onPluginDisable​(org.bukkit.event.server.PluginDisableEvent e)  
      void onPluginEnable​(org.bukkit.event.server.PluginEnableEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlaceholderApiBridge

        public PlaceholderApiBridge()
    • Method Detail

      • enable

        public void enable()
        Specified by:
        enable in interface Bridge
      • disable

        public void disable()
        Specified by:
        disable in interface Bridge
      • onPluginEnable

        public void onPluginEnable​(org.bukkit.event.server.PluginEnableEvent e)
      • onPluginDisable

        public void onPluginDisable​(org.bukkit.event.server.PluginDisableEvent e)