类 BlockPattern.BlockPatternMatch
java.lang.Object
net.minecraft.world.level.block.state.pattern.BlockPattern.BlockPatternMatch
- 封闭类:
- BlockPattern
-
字段概要
字段 -
构造器概要
构造器构造器说明BlockPatternMatch
(BlockPos pFrontTopLeft, Direction pForwards, Direction pUp, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> pCache, int pWidth, int pHeight, int pDepth) -
方法概要
-
字段详细资料
-
frontTopLeft
-
forwards
-
up
-
cache
-
width
private final int width -
height
private final int height -
depth
private final int depth
-
-
构造器详细资料
-
BlockPatternMatch
public BlockPatternMatch(BlockPos pFrontTopLeft, Direction pForwards, Direction pUp, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> pCache, int pWidth, int pHeight, int pDepth)
-
-
方法详细资料