Package net.minecraft.predicate.block
Class BlockPredicate
java.lang.Object
net.minecraft.predicate.block.BlockPredicate
- All Implemented Interfaces:
Predicate<BlockState>
public class BlockPredicate extends Object implements Predicate<BlockState>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BlockPredicate(Block block)
-
Method Summary
Modifier and Type Method Description static BlockPredicate
make(Block block)
boolean
test(BlockState blockState)
-
Field Details
-
block
-
-
Constructor Details
-
BlockPredicate
-
-
Method Details
-
make
-
test
- Specified by:
test
in interfacePredicate<BlockState>
-