Class BungeeCore

java.lang.Object
net.md_5.bungee.api.plugin.Plugin
studio.magemonkey.codex.bungee.BungeeCore
All Implemented Interfaces:
net.md_5.bungee.api.plugin.Listener

public class BungeeCore extends net.md_5.bungee.api.plugin.Plugin implements net.md_5.bungee.api.plugin.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    incoming(net.md_5.bungee.api.event.PluginMessageEvent event)
     
    void
     

    Methods inherited from class net.md_5.bungee.api.plugin.Plugin

    getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onDisable, onLoad

    Methods inherited from class java.lang.Object

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

    • BungeeCore

      public BungeeCore()
  • Method Details

    • onEnable

      public void onEnable()
      Overrides:
      onEnable in class net.md_5.bungee.api.plugin.Plugin
    • incoming

      public void incoming(net.md_5.bungee.api.event.PluginMessageEvent event)