Interface BlockEntityAttributeAdder.BlockEntityAttributeAdderFN<AT,​BE>

Enclosing interface:
BlockEntityAttributeAdder<AT,​BE>
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 BlockEntityAttributeAdder.BlockEntityAttributeAdderFN<AT,​BE>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addAll​(BE blockEntity, AttributeList<AT> to)
    Adds every attribute instance to the given list that the block entity itself cannot be expected to add support for.
  • Method Details

    • addAll

      void addAll(BE blockEntity, AttributeList<AT> to)
      Adds every attribute instance to the given list that the block entity itself cannot be expected to add support for.