Package net.minecraft.block.pattern
Class BlockMaterialMatcher
java.lang.Object
net.minecraft.block.pattern.BlockMaterialMatcher
- All Implemented Interfaces:
Predicate<BlockState>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final BlockMaterialMatcher
private final Material
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockMaterialMatcher
forMaterial
(Material p_189886_0_) boolean
test
(BlockState p_test_1_)
-
Field Details
-
AIR
-
material
-
-
Constructor Details
-
BlockMaterialMatcher
-
-
Method Details
-
forMaterial
-
test
- Specified by:
test
in interfacePredicate<BlockState>
-