Class Chunk3dVectorConverter<C,​T>

java.lang.Object
com.sk89q.worldedit.command.argument.Chunk3dVectorConverter<C,​T>
All Implemented Interfaces:
org.enginehub.piston.converter.ArgumentConverter<T>, org.enginehub.piston.converter.Converter<T>, org.enginehub.piston.converter.SuggestionProvider

public class Chunk3dVectorConverter<C,​T> extends Object implements org.enginehub.piston.converter.ArgumentConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.enginehub.piston.converter.ConversionResult<T>
    convert​(String argument, org.enginehub.piston.inject.InjectedValueAccess context)
     
    com.sk89q.worldedit.util.formatting.text.Component
     
    static void
    register​(org.enginehub.piston.CommandManager commandManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.enginehub.piston.converter.ArgumentConverter

    getSuggestions
  • 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<C>
    • convert

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