Package org.geysermc.floodgate.velocity
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
ConstructorsConstructorDescriptionVelocityPlatform(org.geysermc.floodgate.isolation.library.LibraryManager manager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisProxy()protected voidonContextCreated(io.micronaut.context.ApplicationContext context) Methods inherited from class org.geysermc.floodgate.core.FloodgatePlatform
disable, enable, getBean, getBean, getBean, load
-
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:
onContextCreatedin classorg.geysermc.floodgate.core.FloodgatePlatform
-
isProxy
public boolean isProxy()- Specified by:
isProxyin classorg.geysermc.floodgate.core.FloodgatePlatform
-