Class BlockPredicate

java.lang.Object
net.minecraft.world.level.block.state.predicate.BlockPredicate
All Implemented Interfaces:
Predicate<BlockState>

public class BlockPredicate extends Object implements Predicate<BlockState>
  • Field Details

    • block

      private final Block block
  • Constructor Details

    • BlockPredicate

      public BlockPredicate(Block p_61274_)
  • Method Details