Uses of Class
zombie.scripting.entity.components.crafting.OutputScript
Packages that use OutputScript
Package
Description
-
Uses of OutputScript in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting with parameters of type OutputScriptModifier and TypeMethodDescriptionvoid
CraftRecipeMonitor.logOutputScript
(OutputScript outputScript) -
Uses of OutputScript in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return OutputScriptMethods in zombie.entity.components.crafting.recipe with parameters of type OutputScriptModifier and TypeMethodDescriptionprotected static boolean
CraftRecipeManager.createOutputItem
(OutputScript outputScript0, Item item, boolean boolean0, CraftRecipeData.CacheData cacheData) protected static boolean
CraftRecipeManager.createOutputToResource
(OutputScript outputScript, Resource resource, boolean boolean0, CraftRecipeData.CacheData cacheData) protected CraftRecipeData.OutputScriptData
CraftRecipeData.getDataForOutputScript
(OutputScript outputScript) -
Uses of OutputScript in zombie.scripting.entity.components.crafting
Fields in zombie.scripting.entity.components.crafting declared as OutputScriptModifier and TypeFieldDescriptionprotected OutputScript
InputScript.createToItemScript
protected OutputScript
OutputScript.createToItemScript
Methods in zombie.scripting.entity.components.crafting that return OutputScriptModifier and TypeMethodDescriptionInputScript.getCreateToItemScript()
OutputScript.getCreateToItemScript()
InputScript.getReplaceOutputScript()
Deprecated.protected static OutputScript
OutputScript.Load
(CraftRecipe craftRecipe, String string) protected static OutputScript
OutputScript.Load
(CraftRecipe craftRecipe, String string0, boolean boolean1) protected static OutputScript
OutputScript.LoadBlock
(CraftRecipe craftRecipe, ScriptParser.Block block) Methods in zombie.scripting.entity.components.crafting that return types with arguments of type OutputScript