public class BlockPattern
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockPattern.PatternHelper |
Constructor and Description |
---|
BlockPattern(com.google.common.base.Predicate[][][] predicatesIn) |
Modifier and Type | Method and Description |
---|---|
int |
getPalmLength() |
int |
getThumbLength() |
BlockPattern.PatternHelper |
match(World worldIn,
BlockPos pos) |
protected static BlockPos |
translateOffset(BlockPos pos,
EnumFacing finger,
EnumFacing thumb,
int palmOffset,
int thumbOffset,
int fingerOffset) |
public BlockPattern(com.google.common.base.Predicate[][][] predicatesIn)
public int getThumbLength()
public int getPalmLength()
public BlockPattern.PatternHelper match(World worldIn, BlockPos pos)
protected static BlockPos translateOffset(BlockPos pos, EnumFacing finger, EnumFacing thumb, int palmOffset, int thumbOffset, int fingerOffset)