java.lang.Object
com.sk89q.worldedit.internal.registry.InputParser<T>
com.sk89q.worldedit.internal.registry.SimpleInputParser<T>
com.fastasyncworldedit.core.extension.factory.parser.common.HotbarParser<T>
All Implemented Interfaces:
AliasedParser
Direct Known Subclasses:
HotbarMaskParser, HotbarPatternParser

public abstract class HotbarParser<T> extends SimpleInputParser<T>
  • Constructor Details

    • HotbarParser

      protected HotbarParser(WorldEdit worldEdit)
  • Method Details

    • getMatchedAliases

      public List<String> getMatchedAliases()
      Description copied from interface: AliasedParser
      The strings this parser matches.
      Returns:
      the matching aliases
    • getBlockTypes

      protected List<BlockType> getBlockTypes(ParserContext context)