Class ExpandRecipeInput
java.lang.Object
com.blamejared.crafttweaker.natives.recipe.input.ExpandRecipeInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IItemStackgetItem(net.minecraft.world.item.crafting.RecipeInput internal, int slot) static booleanisEmpty(net.minecraft.world.item.crafting.RecipeInput internal) static intsize(net.minecraft.world.item.crafting.RecipeInput internal)
-
Constructor Details
-
ExpandRecipeInput
public ExpandRecipeInput()
-
-
Method Details
-
getItem
-
size
public static int size(net.minecraft.world.item.crafting.RecipeInput internal) -
isEmpty
public static boolean isEmpty(net.minecraft.world.item.crafting.RecipeInput internal)
-