Class SpigotPlatform

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

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

    Constructors
    Constructor
    Description
    SpigotPlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager, org.bukkit.plugin.java.JavaPlugin plugin)
     
  • Method Summary

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

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

    disable, getBean, getBean, load

    Methods inherited from class java.lang.Object

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

    • SpigotPlatform

      public SpigotPlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager, org.bukkit.plugin.java.JavaPlugin plugin)
  • Method Details

    • enable

      public void enable() throws RuntimeException
      Overrides:
      enable in class org.geysermc.floodgate.core.FloodgatePlatform
      Throws:
      RuntimeException
    • onContextCreated

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

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