Class BlockPattern.BlockPatternMatch
java.lang.Object
net.minecraft.world.level.block.state.pattern.BlockPattern.BlockPatternMatch
- Enclosing class:
BlockPattern
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBlockPatternMatch
(BlockPos pFrontTopLeft, Direction pForwards, Direction pUp, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> pCache, int pWidth, int pHeight, int pDepth) -
Method Summary
-
Field Details
-
frontTopLeft
-
forwards
-
up
-
cache
-
width
private final int width -
height
private final int height -
depth
private final int depth
-
-
Constructor Details
-
BlockPatternMatch
public BlockPatternMatch(BlockPos pFrontTopLeft, Direction pForwards, Direction pUp, com.google.common.cache.LoadingCache<BlockPos, BlockInWorld> pCache, int pWidth, int pHeight, int pDepth)
-
-
Method Details