Interface HTIngredient.Registered
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.ingredient.HTIngredient,hiiragi283.core.api.text.HTHasText,java.util.function.BiPredicate
public interface HTIngredient.Registered<TYPE extends Object, RESOURCE extends HTResourceType.Registered<TYPE>> implements HTIngredient<RESOURCE>
HTResourceType.Registeredに基づいたHTIngredientの拡張インターフェースです。
- Since:
0.13.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract Either<TagKey<TYPE>, List<RESOURCE>>unwrap()この材料に一致するすべての種類を返します。 ComponentgetText()テキストを取得します。 abstract IntegergetAmount()BooleanisCatalyst()-
Methods inherited from class hiiragi283.core.api.recipe.ingredient.HTIngredient
test, testOnlyType -
Methods inherited from class java.util.function.BiPredicate
and, negate, or -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-