Class NotMask

java.lang.Object
baritone.api.schematic.mask.AbstractMask
baritone.api.schematic.mask.operator.NotMask
All Implemented Interfaces:
Mask

public final class NotMask extends AbstractMask
Author:
Brady
  • Constructor Details

  • Method Details

    • partOfMask

      public boolean partOfMask(int x, int y, int z, net.minecraft.world.level.block.state.BlockState currentState)
      Parameters:
      x - The relative x position of the block
      y - The relative y position of the block
      z - The relative z position of the block
      currentState - The current state of that block in the world, may be null
      Returns:
      Whether the given position is included in this mask