Class OutputMapper
java.lang.Object
zombie.entity.components.crafting.recipe.OutputMapper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOutputEntree(String result, String[] items) voidaddOutputEntree(String result, ArrayList<String> items) getOutputItem(CraftRecipeData recipeData) getOutputItem(CraftRecipeData recipeData, boolean testManualInputs) getPatternForResult(Item result) booleanisEmpty()voidvoidOnPostWorldDictionaryInit(String recipe) voidregisterInputScript(InputScript inputScript) voidsetDefaultOutputEntree(String item)
-
Constructor Details
-
OutputMapper
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getResultItems
-
getPatternForResult
-
registerInputScript
-
setDefaultOutputEntree
-
addOutputEntree
-
addOutputEntree
-
OnPostWorldDictionaryInit
-
OnPostWorldDictionaryInit
-
getOutputItem
-
getOutputItem
-
getEntrees
-