public class BlockMatcherReaderAware extends java.lang.Object implements IBlockMatcherReaderAware<IBlockState>
Constructor and Description |
---|
BlockMatcherReaderAware(Block blockIn) |
Modifier and Type | Method and Description |
---|---|
static BlockMatcherReaderAware |
forBlock(Block blockIn) |
boolean |
test(IBlockState p_test_1_,
IBlockReader p_test_2_,
BlockPos p_test_3_) |
public BlockMatcherReaderAware(Block blockIn)
public static BlockMatcherReaderAware forBlock(Block blockIn)
public boolean test(@Nullable IBlockState p_test_1_, IBlockReader p_test_2_, BlockPos p_test_3_)
test
in interface IBlockMatcherReaderAware<IBlockState>