Interface CommonBlockTagProvider.TagAdder

Enclosing class:
CommonBlockTagProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface CommonBlockTagProvider.TagAdder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(net.minecraft.world.level.block.Block... items)
     
  • Method Details

    • add

      void add(net.minecraft.world.level.block.Block... items)