Package 

Class EnumArgumentType

  • All Implemented Interfaces:
    com.mojang.brigadier.arguments.ArgumentType

    
    public final class EnumArgumentType<T extends Enum<T>>
     implements ArgumentType<T>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T parse(StringReader reader)
      final T get(CommandContext<?> context, String name)
      <S extends Any> CompletableFuture<Suggestions> listSuggestions(CommandContext<S> context, SuggestionsBuilder builder)
      • Methods inherited from class land.vani.mcorouhlin.command.arguments.EnumArgumentType

        getExamples
      • Methods inherited from class java.lang.Object

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