Class ItemPredicateArgument

java.lang.Object
net.minecraft.commands.arguments.item.ItemPredicateArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ItemPredicateArgument.Result>

public class ItemPredicateArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<ItemPredicateArgument.Result>
  • 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

    • ItemPredicateArgument

      public ItemPredicateArgument()
  • Method Details

    • itemPredicate

      public static ItemPredicateArgument itemPredicate()
    • parse

      public ItemPredicateArgument.Result parse(com.mojang.brigadier.StringReader p_121039_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<ItemPredicateArgument.Result>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getItemPredicate

      public static Predicate<ItemStack> getItemPredicate(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_121041_, String p_121042_) 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_121054_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_121055_)
      Specified by:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<ItemPredicateArgument.Result>
    • getExamples

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