Class BlockPredicateArgument.BlockPredicate
java.lang.Object
net.minecraft.commands.arguments.blocks.BlockPredicateArgument.BlockPredicate
- All Implemented Interfaces:
 Predicate<BlockInWorld>,BlockPredicateArgument.Result
- Enclosing class:
 - BlockPredicateArgument
 
static class BlockPredicateArgument.BlockPredicate
extends Object
implements BlockPredicateArgument.Result
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionBlockPredicate(BlockState p_115595_, Set<Property<?>> p_115596_, CompoundTag p_115597_)  - 
Method Summary
 
- 
Field Details
- 
state
 - 
properties
 - 
nbt
 
 - 
 - 
Constructor Details
- 
BlockPredicate
public BlockPredicate(BlockState p_115595_, Set<Property<?>> p_115596_, @Nullable CompoundTag p_115597_)  
 - 
 - 
Method Details
- 
test
- Specified by:
 testin interfacePredicate<BlockInWorld>
 - 
requiresNbt
public boolean requiresNbt()- Specified by:
 requiresNbtin interfaceBlockPredicateArgument.Result
 
 -