public static class BlockPattern.PatternHelper
extends java.lang.Object
| コンストラクタと説明 |
|---|
PatternHelper(BlockPos posIn,
Direction fingerIn,
Direction thumbIn,
com.google.common.cache.LoadingCache<BlockPos,CachedBlockInfo> lcacheIn,
int widthIn,
int heightIn,
int depthIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Direction |
getForwards() |
BlockPos |
getFrontTopLeft()
Return the BlockPos of the Pattern
|
int |
getHeight() |
BlockPattern.PortalInfo |
getPortalInfo(Direction p_222504_1_,
BlockPos p_222504_2_,
double p_222504_3_,
Vec3d p_222504_5_,
double p_222504_6_) |
Direction |
getUp() |
int |
getWidth() |
java.lang.String |
toString() |
CachedBlockInfo |
translateOffset(int palmOffset,
int thumbOffset,
int fingerOffset) |
public PatternHelper(BlockPos posIn, Direction fingerIn, Direction thumbIn, com.google.common.cache.LoadingCache<BlockPos,CachedBlockInfo> lcacheIn, int widthIn, int heightIn, int depthIn)
public BlockPos getFrontTopLeft()
public Direction getForwards()
public Direction getUp()
public int getWidth()
public int getHeight()
public CachedBlockInfo translateOffset(int palmOffset, int thumbOffset, int fingerOffset)
public java.lang.String toString()
toString クラス内 java.lang.Objectpublic BlockPattern.PortalInfo getPortalInfo(Direction p_222504_1_, BlockPos p_222504_2_, double p_222504_3_, Vec3d p_222504_5_, double p_222504_6_)