public class BlockStateHelper
extends java.lang.Object
implements com.google.common.base.Predicate
Modifier and Type | Method and Description |
---|---|
boolean |
apply(java.lang.Object p_apply_1_) |
static BlockStateHelper |
forBlock(Block blockIn) |
boolean |
matchesState(IBlockState testState) |
BlockStateHelper |
where(IProperty property,
com.google.common.base.Predicate is) |
public static BlockStateHelper forBlock(Block blockIn)
public boolean matchesState(IBlockState testState)
public BlockStateHelper where(IProperty property, com.google.common.base.Predicate is)
public boolean apply(java.lang.Object p_apply_1_)
apply
in interface com.google.common.base.Predicate