Interface HTSubtypeInterpreter
-
- All Implemented Interfaces:
-
mezz.jei.api.ingredients.subtypes.ISubtypeInterpreter
public interface HTSubtypeInterpreter<T extends Object> implements ISubtypeInterpreter<T>
Hiiragi Coreとそれを前提とするmodで使用されるISubtypeInterpreterの拡張インターフェースです。
- Since:
0.11.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description StringgetLegacyStringSubtypeInfo(T ingredient, UidContext context)-
-
Method Detail
-
getLegacyStringSubtypeInfo
@Deprecated(message = "Deprecated in Java") String getLegacyStringSubtypeInfo(T ingredient, UidContext context)
-
-
-
-