Class FloodgatePlatform

java.lang.Object
org.geysermc.floodgate.core.FloodgatePlatform

public abstract class FloodgatePlatform extends Object
  • Constructor Details

    • FloodgatePlatform

      protected FloodgatePlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager)
  • Method Details

    • onContextCreated

      protected void onContextCreated(io.micronaut.context.ApplicationContext context)
    • load

      public void load()
    • enable

      public void enable() throws RuntimeException
      Throws:
      RuntimeException
    • disable

      public void disable()
    • isProxy

      protected abstract boolean isProxy()