Class ContentParser<C,T extends mindustry.ctype.MappableContent>
java.lang.Object
com.xpdustry.distributor.command.cloud.parser.ContentParser<C,T>
- All Implemented Interfaces:
org.incendo.cloud.parser.ArgumentParser<C,,T> org.incendo.cloud.suggestion.SuggestionProviderHolder<C>
- Direct Known Subclasses:
ContentParser.Block,ContentParser.Item,ContentParser.Liquid,ContentParser.Planet,ContentParser.Status,ContentParser.Unit,ContentParser.Weather
public sealed class ContentParser<C,T extends mindustry.ctype.MappableContent>
extends Object
implements org.incendo.cloud.parser.ArgumentParser<C,T>
permits ContentParser.Weather<C>, ContentParser.Unit<C>, ContentParser.Status<C>, ContentParser.Planet<C>, ContentParser.Liquid<C>, ContentParser.Item<C>, ContentParser.Block<C>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.incendo.cloud.parser.ArgumentParser
flatMap, flatMapSuccess, mapSuccess, parseFuture, suggestionProvider