Uses of Interface
io.papermc.paper.command.brigadier.argument.predicate.ItemStackPredicate
Packages that use ItemStackPredicate
Package
Description
Arguments.
-
Uses of ItemStackPredicate in io.papermc.paper.command.brigadier.argument
Methods in io.papermc.paper.command.brigadier.argument that return types with arguments of type ItemStackPredicateModifier and TypeMethodDescriptionstatic com.mojang.brigadier.arguments.ArgumentType
<ItemStackPredicate> ArgumentTypes.itemPredicate()
An item predicate argument. -
Uses of ItemStackPredicate in moe.caramel.daydream.brigadier
Methods in moe.caramel.daydream.brigadier that return ItemStackPredicateModifier and TypeMethodDescriptionstatic ItemStackPredicate
Resolvers.itemPredicate
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 아이템 예측을 가져옵니다.