Just Enough Items (JEI)

Just Enough Items (JEI)

464M Downloads

[Suggestion]: ISubtypeInterpreter should not require implementation of a deprecated-for-removal method

TheRealWormbo opened this issue ยท 1 comments

commented

Suggestion

Since IIngredientSubtypeInterpreter has been deprecated for removal, the interface ISubtypeInterpreter<T> is recommended to be used instead. However, that interface also defines a method (getLegacyStringSubtypeInfo) that is deprecated for removal and does not provide a default implementation that e.g. calls the other method. With only one abstract method, the interface could be a functional one, too.