Class BungeePlatform

java.lang.Object
me.neznamy.tab.shared.Platform
me.neznamy.tab.shared.proxy.ProxyPlatform
me.neznamy.tab.platforms.bungeecord.BungeePlatform

public class BungeePlatform extends me.neznamy.tab.shared.proxy.ProxyPlatform
BungeeCord implementation of Platform
  • Field Summary

    Fields inherited from class me.neznamy.tab.shared.proxy.ProxyPlatform

    plm
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs new instance
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from class me.neznamy.tab.shared.proxy.ProxyPlatform

    detectPermissionPlugin, getBridgePlaceholders, getConfigName, getPluginMessageHandler, registerUnknownPlaceholder

    Methods inherited from class me.neznamy.tab.shared.Platform

    callLoadEvent, callLoadEvent, getPacketBuilder, sendConsoleMessage

    Methods inherited from class java.lang.Object

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

    • BungeePlatform

      public BungeePlatform()
      Constructs new instance
  • Method Details

    • loadFeatures

      public void loadFeatures()
      Overrides:
      loadFeatures in class me.neznamy.tab.shared.proxy.ProxyPlatform
    • getPluginVersion

      public String getPluginVersion(String plugin)
      Specified by:
      getPluginVersion in class me.neznamy.tab.shared.Platform