Class BlockMaterialPredicate
java.lang.Object
net.minecraft.world.level.block.state.predicate.BlockMaterialPredicate
- All Implemented Interfaces:
Predicate<BlockState>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final BlockMaterialPredicate
private final Material
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockMaterialPredicate
forMaterial
(Material p_61263_) boolean
test
(BlockState p_61261_)
-
Field Details
-
AIR
-
material
-
-
Constructor Details
-
BlockMaterialPredicate
BlockMaterialPredicate(Material p_61256_)
-
-
Method Details
-
forMaterial
-
test
- Specified by:
test
in interfacePredicate<BlockState>
-