Package net.minecraft.command.arguments
Class BlockPredicateArgument.TagPredicate
java.lang.Object
net.minecraft.command.arguments.BlockPredicateArgument.TagPredicate
- All Implemented Interfaces:
Predicate<CachedBlockInfo>
- Enclosing class:
- BlockPredicateArgument
static class BlockPredicateArgument.TagPredicate
extends Object
implements Predicate<CachedBlockInfo>
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
TagPredicate
(ITag<Block> p_i48238_1_, Map<String, String> p_i48238_2_, CompoundNBT p_i48238_3_) -
Method Summary
-
Field Details
-
tag
-
nbt
-
vagueProperties
-
-
Constructor Details
-
TagPredicate
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<CachedBlockInfo>
-