Class BlockInput
java.lang.Object
net.minecraft.commands.arguments.blocks.BlockInput
- All Implemented Interfaces:
- Predicate<BlockInWorld>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBlockInput(BlockState p_114666_, Set<Property<?>> p_114667_, CompoundTag p_114668_) 
- 
Method SummaryModifier 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- 
BlockInputpublic BlockInput(BlockState p_114666_, Set<Property<?>> p_114667_, @Nullable CompoundTag p_114668_) 
 
- 
- 
Method Details- 
getState
- 
getDefinedProperties
- 
test- Specified by:
- testin interface- Predicate<BlockInWorld>
 
- 
test
- 
place
 
-