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