Package org.geysermc.floodgate.core
Class FloodgatePlatform
java.lang.Object
org.geysermc.floodgate.core.FloodgatePlatform
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFloodgatePlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()voidenable()protected abstract booleanisProxy()voidload()protected voidonContextCreated(io.micronaut.context.ApplicationContext context)
-
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
- Throws:
RuntimeException
-
disable
public void disable() -
isProxy
protected abstract boolean isProxy()
-