Uses of Class
zombie.scripting.entity.components.crafting.InputScript
Packages that use InputScript
Package
Description
-
Uses of InputScript in zombie.entity.components.build
Methods in zombie.entity.components.build with parameters of type InputScriptModifier and TypeMethodDescriptionBuildLogic.getSatisfiedInputItems
(InputScript inputScript) boolean
BuildLogic.isInputSatisfied
(InputScript inputScript) -
Uses of InputScript in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting with parameters of type InputScriptModifier and TypeMethodDescriptionvoid
CraftRecipeMonitor.logInputScript
(InputScript inputScript) -
Uses of InputScript in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return InputScriptModifier and TypeMethodDescriptionHandcraftLogic.InputItemNode.getFirstMatchedInputScript()
CraftRecipeData.InputScriptData.getInputScript()
HandcraftLogic.getManualSelectInputScriptFilter()
static InputScript
CraftRecipeManager.getValidInputScriptForItem
(CraftRecipe craftRecipe, InventoryItem inventoryItem) Methods in zombie.entity.components.crafting.recipe that return types with arguments of type InputScriptModifier and TypeMethodDescriptionstatic ArrayList
<InputScript> CraftRecipeManager.getAllValidInputScriptsForItem
(CraftRecipe craftRecipe, InventoryItem inventoryItem) Methods in zombie.entity.components.crafting.recipe with parameters of type InputScriptModifier and TypeMethodDescriptionboolean
CraftRecipeData.canOfferInputItem
(InputScript inputScript, InventoryItem inventoryItem) boolean
CraftRecipeData.canOfferInputItem
(InputScript inputScript, InventoryItem inventoryItem, boolean boolean0) protected static boolean
CraftRecipeManager.consumeInputFromResource
(InputScript inputScript, Resource resource, boolean boolean0, CraftRecipeData.CacheData cacheData) protected static boolean
CraftRecipeManager.consumeInputItem
(InputScript inputScript, Resource resource, boolean boolean0, CraftRecipeData.CacheData cacheData) protected static boolean
CraftRecipeManager.consumeInputItem
(InputScript inputScript0, InventoryItem inventoryItem, boolean boolean0, CraftRecipeData.CacheData cacheData) CraftRecipeData.getDataForInputScript
(InputScript inputScript) CraftRecipeData.getFirstManualInputFor
(InputScript inputScript) int
HandcraftLogic.getInputCount
(InputScript inputScript) HandcraftLogic.getInputItemNodesForInput
(InputScript inputScript) float
HandcraftLogic.getInputUses
(InputScript inputScript) HandcraftLogic.getManualInputsFor
(InputScript inputScript, ArrayList<InventoryItem> arrayList) HandcraftLogic.getMulticraftConsumedItemsFor
(InputScript inputScript, ArrayList<InventoryItem> arrayList1) float
HandcraftLogic.getResidualFluidFromInput
(InputScript inputScript) HandcraftLogic.getSatisfiedInputFluids
(InputScript inputScript) HandcraftLogic.getSatisfiedInputInventoryItems
(InputScript inputScript) HandcraftLogic.getSatisfiedInputItems
(InputScript inputScript) boolean
HandcraftLogic.isInputSatisfied
(InputScript inputScript) static boolean
CraftRecipeManager.isItemValidForInputScript
(InputScript inputScript, InventoryItem inventoryItem) boolean
CraftRecipeData.offerInputItem
(InputScript inputScript, InventoryItem inventoryItem) boolean
CraftRecipeData.offerInputItem
(InputScript inputScript, InventoryItem inventoryItem, boolean boolean0) void
OutputMapper.registerInputScript
(InputScript inputScript) boolean
HandcraftLogic.setManualInputsFor
(InputScript inputScript, ArrayList<InventoryItem> arrayList) void
HandcraftLogic.setManualSelectInputScriptFilter
(InputScript inputScript) -
Uses of InputScript in zombie.scripting.entity.components.crafting
Fields in zombie.scripting.entity.components.crafting declared as InputScriptMethods in zombie.scripting.entity.components.crafting that return InputScriptModifier and TypeMethodDescriptionInputScript.getConsumeFromItemScript()
CraftRecipe.getProp1()
CraftRecipe.getProp2()
CraftRecipe.getToolBoth()
CraftRecipe.getToolLeft()
CraftRecipe.getToolRight()
protected static InputScript
InputScript.Load
(CraftRecipe craftRecipe, String string) protected static InputScript
InputScript.Load
(CraftRecipe craftRecipe, String string0, boolean boolean1) protected static InputScript
InputScript.LoadBlock
(CraftRecipe craftRecipe, ScriptParser.Block block) Methods in zombie.scripting.entity.components.crafting that return types with arguments of type InputScriptMethods in zombie.scripting.entity.components.crafting with parameters of type InputScriptModifier and TypeMethodDescriptionvoid
CraftRecipe.setProp1
(InputScript inputScript) void
CraftRecipe.setProp2
(InputScript inputScript)