Class ModdedPreprocessor<C>

java.lang.Object
org.incendo.cloud.minecraft.modded.internal.ModdedPreprocessor<C>
All Implemented Interfaces:
Consumer<CommandPreprocessingContext<C>>, Function<CommandPreprocessingContext<C>, State>, CommandPreprocessor<C>, ConsumerService<CommandPreprocessingContext<C>>, Service<CommandPreprocessingContext<C>, State>, SideEffectService<CommandPreprocessingContext<C>>

@API(status=INTERNAL) public final class ModdedPreprocessor<C> extends Object implements CommandPreprocessor<C>