Class EntityAnchorArgument

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID  
      private static java.util.Collection<java.lang.String> EXAMPLES  
    • Field Detail

      • EXAMPLES

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

        private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID
    • Constructor Detail

      • EntityAnchorArgument

        public EntityAnchorArgument()
    • Method Detail

      • parse

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

        public <S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions​(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_,
                                                                                                                       com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
        Specified by:
        listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<EntityAnchorArgument.Type>
      • getExamples

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