Class BlockPattern.PatternHelper

java.lang.Object
net.minecraft.block.pattern.BlockPattern.PatternHelper
Enclosing class:
BlockPattern

public static class BlockPattern.PatternHelper extends Object
  • Field Details

    • frontTopLeft

      private final BlockPos frontTopLeft
    • forwards

      private final Direction forwards
    • up

      private final Direction up
    • cache

      private final com.google.common.cache.LoadingCache<BlockPos,CachedBlockInfo> cache
    • width

      private final int width
    • height

      private final int height
    • depth

      private final int depth
  • Constructor Details

  • Method Details