Class BlockPattern.BlockPatternMatch

java.lang.Object
net.minecraft.world.level.block.state.pattern.BlockPattern.BlockPatternMatch
Enclosing class:
BlockPattern

public static class BlockPattern.BlockPatternMatch 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,​BlockInWorld> cache
    • width

      private final int width
    • height

      private final int height
    • depth

      private final int depth
  • Constructor Details

  • Method Details

    • getFrontTopLeft

      public BlockPos getFrontTopLeft()
    • getForwards

      public Direction getForwards()
    • getUp

      public Direction getUp()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getDepth

      public int getDepth()
    • getBlock

      public BlockInWorld getBlock(int p_61230_, int p_61231_, int p_61232_)
    • toString

      public String toString()
      Overrides:
      toString in class Object