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