Class EntityRemoverConverter

java.lang.Object
com.sk89q.worldedit.command.argument.EntityRemoverConverter
All Implemented Interfaces:
org.enginehub.piston.converter.ArgumentConverter<EntityRemover>, org.enginehub.piston.converter.Converter<EntityRemover>, org.enginehub.piston.converter.SuggestionProvider

public class EntityRemoverConverter extends Object implements org.enginehub.piston.converter.ArgumentConverter<EntityRemover>
  • Method Details

    • register

      public static void register(org.enginehub.piston.CommandManager commandManager)
    • describeAcceptableArguments

      public com.sk89q.worldedit.util.formatting.text.Component describeAcceptableArguments()
      Specified by:
      describeAcceptableArguments in interface org.enginehub.piston.converter.ArgumentConverter<EntityRemover>
    • getSuggestions

      public List<String> getSuggestions(String input, org.enginehub.piston.inject.InjectedValueAccess context)
      Specified by:
      getSuggestions in interface org.enginehub.piston.converter.ArgumentConverter<EntityRemover>
      Specified by:
      getSuggestions in interface org.enginehub.piston.converter.SuggestionProvider
    • convert

      public org.enginehub.piston.converter.ConversionResult<EntityRemover> convert(String argument, org.enginehub.piston.inject.InjectedValueAccess context)
      Specified by:
      convert in interface org.enginehub.piston.converter.Converter<EntityRemover>