Package team.lodestar.lodestone.systems.recipe


package team.lodestar.lodestone.systems.recipe
  • Classes
    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.
    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.