Package team.lodestar.lodestone.modules.toolkit.recipe


package team.lodestar.lodestone.modules.toolkit.recipe
  • Class
    Description
    LodestoneInWorldRecipe<T extends net.minecraft.world.item.crafting.RecipeInput>
    A Recipe Class designed for In-World Crafting without the presence of an interface.
    LodestoneRecipeBuilder<R extends net.minecraft.world.item.crafting.Recipe<?>>
     
    LodestoneRecipeSearch<T extends net.minecraft.world.item.crafting.RecipeInput,K extends net.minecraft.world.item.crafting.Recipe<T>>
     
    LodestoneRecipeSerializer<T extends net.minecraft.world.item.crafting.Recipe<?>>
    A Recipe Serializer implementation for use with any custom recipe type.
    LodestoneRecipeType<T extends net.minecraft.world.item.crafting.Recipe<?>>
    A Basic implementation for a custom recipe type along with some static helper functions for fetching recipes.