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