Package net.minecraft.command.arguments
Class BlockPredicateArgument.BlockPredicate
java.lang.Object
net.minecraft.command.arguments.BlockPredicateArgument.BlockPredicate
- All Implemented Interfaces:
Predicate<CachedBlockInfo>
- Enclosing class:
- BlockPredicateArgument
static class BlockPredicateArgument.BlockPredicate
extends Object
implements Predicate<CachedBlockInfo>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBlockPredicate
(BlockState p_i48210_1_, Set<Property<?>> p_i48210_2_, CompoundNBT p_i48210_3_) -
Method Summary
-
Field Details
-
state
-
properties
-
nbt
-
-
Constructor Details
-
BlockPredicate
public BlockPredicate(BlockState p_i48210_1_, Set<Property<?>> p_i48210_2_, @Nullable CompoundNBT p_i48210_3_)
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<CachedBlockInfo>
-