Class ComponentParser<C>

java.lang.Object
org.incendo.cloud.minecraft.extras.parser.ComponentParser<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
ArgumentParser<C,Component>, SuggestionProviderHolder<C>

public final class ComponentParser<C> extends Object implements ArgumentParser<C,Component>
Parser for components.

Uses a provided Function to decode a string into a Component.

Since:
2.0.0