Package org.geysermc.floodgate.bungee
Class BungeePlatform
java.lang.Object
org.geysermc.floodgate.core.FloodgatePlatform
org.geysermc.floodgate.bungee.BungeePlatform
public class BungeePlatform
extends org.geysermc.floodgate.core.FloodgatePlatform
-
Constructor Summary
ConstructorsConstructorDescriptionBungeePlatform(net.md_5.bungee.api.plugin.Plugin plugin, org.geysermc.floodgate.isolation.library.LibraryManager manager) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisProxy()protected voidonContextCreated(io.micronaut.context.ApplicationContext context) Methods inherited from class org.geysermc.floodgate.core.FloodgatePlatform
disable, enable, load
-
Constructor Details
-
BungeePlatform
public BungeePlatform(net.md_5.bungee.api.plugin.Plugin plugin, org.geysermc.floodgate.isolation.library.LibraryManager manager)
-
-
Method Details
-
onContextCreated
protected void onContextCreated(io.micronaut.context.ApplicationContext context) - Overrides:
onContextCreatedin classorg.geysermc.floodgate.core.FloodgatePlatform
-
isProxy
protected boolean isProxy()- Specified by:
isProxyin classorg.geysermc.floodgate.core.FloodgatePlatform
-