Class VelocityPlatform

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

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

    Constructors
    Constructor
    Description
    VelocityPlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager)
     
  • 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

    • VelocityPlatform

      @Inject public VelocityPlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager)
  • 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