public class BlockMaterialMatcher extends java.lang.Object implements java.util.function.Predicate<IBlockState>
| Modifier and Type | Method and Description |
|---|---|
static BlockMaterialMatcher |
forMaterial(Material materialIn) |
boolean |
test(IBlockState p_test_1_) |
public static BlockMaterialMatcher forMaterial(Material materialIn)
public boolean test(@Nullable
IBlockState p_test_1_)
test in interface java.util.function.Predicate<IBlockState>