Interface BlockEntityAttributeAdder<AT,​BE>

Type Parameters:
AT - The attribute type.
BE - The BlockEntity target type. (This doesn't extend BlockEntity so you can target interfaces that block entities may implement).
All Known Implementing Classes:
BlockEntityAttributeAdder.BeAdderBase

public interface BlockEntityAttributeAdder<AT,​BE>