Class BlockInput
java.lang.Object
net.minecraft.commands.arguments.blocks.BlockInput
- All Implemented Interfaces:
 Predicate<BlockInWorld>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionBlockInput(BlockState p_114666_, Set<Property<?>> p_114667_, CompoundTag p_114668_)  - 
Method Summary
Modifier and TypeMethodDescriptiongetState()booleanplace(ServerLevel p_114671_, BlockPos p_114672_, int p_114673_) booleantest(ServerLevel p_173524_, BlockPos p_173525_) booleantest(BlockInWorld p_114675_)  
- 
Field Details
- 
state
 - 
properties
 - 
tag
 
 - 
 - 
Constructor Details
- 
BlockInput
public BlockInput(BlockState p_114666_, Set<Property<?>> p_114667_, @Nullable CompoundTag p_114668_)  
 - 
 - 
Method Details
- 
getState
 - 
getDefinedProperties
 - 
test
- Specified by:
 testin interfacePredicate<BlockInWorld>
 - 
test
 - 
place
 
 -