Uses of Enum Class
zombie.scripting.entity.components.crafting.CraftRecipe.LuaCall
Packages that use CraftRecipe.LuaCall
-
Uses of CraftRecipe.LuaCall in zombie.scripting.entity.components.crafting
Subclasses with type arguments of type CraftRecipe.LuaCall in zombie.scripting.entity.components.craftingMethods in zombie.scripting.entity.components.crafting that return CraftRecipe.LuaCallModifier and TypeMethodDescriptionstatic CraftRecipe.LuaCall
Returns the enum constant of this class with the specified name.static CraftRecipe.LuaCall[]
CraftRecipe.LuaCall.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.scripting.entity.components.crafting with parameters of type CraftRecipe.LuaCallModifier and TypeMethodDescriptionCraftRecipe.getLuaCallString
(CraftRecipe.LuaCall luaCall) boolean
CraftRecipe.hasLuaCall
(CraftRecipe.LuaCall luaCall)