Class FloodgateCommandPreprocessor<C>
java.lang.Object
org.geysermc.floodgate.core.connection.audience.FloodgateCommandPreprocessor<C>
- Type Parameters:
C- Command sender type
- All Implemented Interfaces:
cloud.commandframework.execution.preprocessor.CommandPreprocessor<C>,cloud.commandframework.services.types.ConsumerService<cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>>,cloud.commandframework.services.types.Service<cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>,,cloud.commandframework.services.State> cloud.commandframework.services.types.SideEffectService<cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>>,Consumer<cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>>,Function<cloud.commandframework.execution.preprocessor.CommandPreprocessingContext<C>,cloud.commandframework.services.State>
public final class FloodgateCommandPreprocessor<C>
extends Object
implements cloud.commandframework.execution.preprocessor.CommandPreprocessor<C>
Command preprocessor which decorated incoming
CommandContext
with Floodgate specific objects- Since:
- 2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface cloud.commandframework.services.types.ConsumerService
cloud.commandframework.services.types.ConsumerService.PipeBurst -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cloud.commandframework.services.types.ConsumerService
handleMethods inherited from interface cloud.commandframework.services.types.Service
apply, order
-
Constructor Details
-
FloodgateCommandPreprocessor
-
-
Method Details