Class RotationArgument

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

    public class RotationArgument
    extends java.lang.Object
    implements com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
    • 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  
    • 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

      • RotationArgument

        public RotationArgument()
    • Method Detail

      • getRotation

        public static ILocationArgument getRotation​(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_,
                                                    java.lang.String p_200384_1_)
      • parse

        public ILocationArgument parse​(com.mojang.brigadier.StringReader p_parse_1_)
                                throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Specified by:
        parse in interface com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
        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<ILocationArgument>