Class HTTankCombiningRecipe
-
- All Implemented Interfaces:
-
net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.item.crafting.Recipe
public final class HTTankCombiningRecipe extends HTCustomRecipe
-
-
Field Summary
Fields Modifier and Type Field Description private final ItemStacktoastSymbolprivate final NonNullList<Ingredient>ingredientsprivate final BooleanisSpecialprivate final BooleanisIncompleteprivate final Stringgroupprivate final RecipeSerializer<?>serializerprivate final RecipeType<?>type
-
Constructor Summary
Constructors Constructor Description HTTankCombiningRecipe(CraftingBookCategory category)
-
Method Summary
Modifier and Type Method Description BooleancanCraftInDimensions(Integer width, Integer height)RecipeSerializer<?>getSerializer()-
Methods inherited from class net.minecraft.world.item.crafting.CraftingRecipe
category, getGroup, getIngredients, getToastSymbol, getType, isIncomplete -
Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe
isSpecial -
Methods inherited from class hiiragi283.ragium.common.crafting.HTTankCombiningRecipe
getSerializer -
Methods inherited from class hiiragi283.core.common.crafting.HTCustomRecipe
assemble, matches -
Methods inherited from class net.minecraft.world.item.crafting.Recipe
getRemainingItems, getResultItem, showNotification -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canCraftInDimensions
Boolean canCraftInDimensions(Integer width, Integer height)
-
getSerializer
RecipeSerializer<?> getSerializer()
-
-
-
-