Class RecipeTypes

java.lang.Object
com.github.darksoulq.abyssallib.world.recipe.RecipeTypes

public class RecipeTypes extends Object
  • Field Details

    • RECIPE_TYPES

      public static final DeferredRegistry<RecipeType<?>> RECIPE_TYPES
    • SHAPED_RECIPE

      public static final RecipeType<?> SHAPED_RECIPE
    • SHAPELESS_RECIPE

      public static final RecipeType<?> SHAPELESS_RECIPE
    • TRANSMUTE_RECIPE

      public static final RecipeType<?> TRANSMUTE_RECIPE
    • FURNACE_RECIPE

      public static final RecipeType<?> FURNACE_RECIPE
    • BLASTING_RECIPE

      public static final RecipeType<?> BLASTING_RECIPE
    • SMOKING_RECIPE

      public static final RecipeType<?> SMOKING_RECIPE
    • CAMPFIRE_RECIPE

      public static final RecipeType<?> CAMPFIRE_RECIPE
    • STONECUTTING_RECIPE

      public static final RecipeType<?> STONECUTTING_RECIPE
    • SMITHING_TRANSFORM_RECIPE

      public static final RecipeType<?> SMITHING_TRANSFORM_RECIPE
    • POTION_MIX

      public static final RecipeType<?> POTION_MIX
  • Constructor Details

    • RecipeTypes

      public RecipeTypes()