Class AngleArgument

  • All Implemented Interfaces:
    com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>

    public class AngleArgument
    extends java.lang.Object
    implements com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AngleArgument.Result  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE  
      private static java.util.Collection<java.lang.String> EXAMPLES  
    • Constructor Summary

      Constructors 
      Constructor Description
      AngleArgument()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AngleArgument angle()  
      static float getAngle​(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_, java.lang.String p_242992_1_)  
      java.util.Collection<java.lang.String> getExamples()  
      AngleArgument.Result parse​(com.mojang.brigadier.StringReader p_parse_1_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType

        listSuggestions
    • Field Detail

      • EXAMPLES

        private static final java.util.Collection<java.lang.String> EXAMPLES
      • ERROR_NOT_COMPLETE

        public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
    • Constructor Detail

      • AngleArgument

        public AngleArgument()
    • Method Detail

      • getAngle

        public static float getAngle​(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_,
                                     java.lang.String p_242992_1_)
      • parse

        public AngleArgument.Result parse​(com.mojang.brigadier.StringReader p_parse_1_)
                                   throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Specified by:
        parse in interface com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
        Throws:
        com.mojang.brigadier.exceptions.CommandSyntaxException
      • getExamples

        public java.util.Collection<java.lang.String> getExamples()
        Specified by:
        getExamples in interface com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>