Package hiiragi283.core.api.recipe
Class HTProcessingRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,net.minecraft.world.item.crafting.Recipe
public abstract class HTProcessingRecipe<INPUT extends RecipeInput> implements HTRecipe<INPUT>
処理時間と獲得経験値を保持するHTRecipeの拡張クラスです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description private final Integertimeprivate final Fractionexpprivate final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>type
-
Constructor Summary
Constructors Constructor Description HTProcessingRecipe(Integer time, Fraction exp)
-
Method Summary
-
Methods inherited from class hiiragi283.core.api.recipe.HTProcessingRecipe
getGroup, getIngredients, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial -
Methods inherited from class hiiragi283.core.api.recipe.HTRecipe
assemble, canCraftInDimensions, getIngredients, getRemainingItems, isSpecial -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
getResultItem, matches, showNotification -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-