Class BlockPredicateArgument

java.lang.Object
net.minecraft.command.arguments.BlockPredicateArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<BlockPredicateArgument.IResult>

public class BlockPredicateArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<BlockPredicateArgument.IResult>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_UNKNOWN_TAG

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_UNKNOWN_TAG
  • Constructor Details

    • BlockPredicateArgument

      public BlockPredicateArgument()
  • Method Details

    • blockPredicate

      public static BlockPredicateArgument blockPredicate()
    • parse

      public BlockPredicateArgument.IResult parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<BlockPredicateArgument.IResult>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getBlockPredicate

      public static Predicate<CachedBlockInfo> getBlockPredicate(com.mojang.brigadier.context.CommandContext<CommandSource> p_199825_0_, String p_199825_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listSuggestions

      public <S> 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<BlockPredicateArgument.IResult>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<BlockPredicateArgument.IResult>