Uses of Class
net.risingworld.api.definitions.Crafting.Recipe
-
Uses of Crafting.Recipe in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionCrafting.Recipe.parent
Optional parent recipe (in this case, this recipe is a variant / subrecipe of the parent)Modifier and TypeMethodDescriptionstatic Crafting.Recipe[]
Definitions.getAllRecipes()
Gets an array containing all crafting recipes of the game.static Crafting.Recipe
Gets a crafting recipe by id.static Crafting.Recipe
Gets a crafting recipe by id and texture. -
Uses of Crafting.Recipe in net.risingworld.api.events.player
Modifier and TypeMethodDescriptionPlayerCraftItemEvent.getRecipe()
Gets the related crafting recipe.