Class BungeePlatform

java.lang.Object
org.geysermc.floodgate.core.FloodgatePlatform
org.geysermc.floodgate.bungee.BungeePlatform
All Implemented Interfaces:
org.geysermc.floodgate.isolation.IsolatedPlatform

public class BungeePlatform extends org.geysermc.floodgate.core.FloodgatePlatform
  • Constructor Summary

    Constructors
    Constructor
    Description
    BungeePlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager, net.md_5.bungee.api.plugin.Plugin plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    protected void
    onContextCreated(io.micronaut.context.ApplicationContext context)
     

    Methods inherited from class org.geysermc.floodgate.core.FloodgatePlatform

    disable, enable, getBean, getBean, getBean, load

    Methods inherited from class java.lang.Object

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

    • BungeePlatform

      public BungeePlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager, net.md_5.bungee.api.plugin.Plugin plugin)
  • Method Details

    • onContextCreated

      protected void onContextCreated(io.micronaut.context.ApplicationContext context)
      Overrides:
      onContextCreated in class org.geysermc.floodgate.core.FloodgatePlatform
    • isProxy

      public boolean isProxy()
      Specified by:
      isProxy in class org.geysermc.floodgate.core.FloodgatePlatform