Uses of Class
net.risingworld.api.definitions.Crafting.Recipe
Packages that use Crafting.Recipe
-
Uses of Crafting.Recipe in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Crafting.RecipeModifier and TypeFieldDescriptionCrafting.Recipe.parentOptional parent recipe (in this case, this recipe is a variant / subrecipe of the parent)Methods in net.risingworld.api.definitions that return Crafting.RecipeModifier and TypeMethodDescriptionstatic Crafting.Recipe[]Definitions.getAllRecipes()Gets an array containing all crafting recipes of the game.static Crafting.RecipeGets a crafting recipe by id.static Crafting.RecipeGets a crafting recipe by id and texture. -
Uses of Crafting.Recipe in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return Crafting.RecipeModifier and TypeMethodDescriptionPlayerCraftItemEvent.getRecipe()Gets the related crafting recipe.