Class WACRecipes

java.lang.Object
com.blamejared.wac.recipe.WACRecipes
All Implemented Interfaces:
IRegister

@AutoService(IRegister.class) public class WACRecipes extends Object implements IRegister
  • Field Details

    • SERIALIZER

      public static final RegistrationProvider<net.minecraft.world.item.crafting.RecipeSerializer<?>> SERIALIZER
    • TYPE

      public static final RegistrationProvider<net.minecraft.world.item.crafting.RecipeType<?>> TYPE
    • RITUAL_SERIALIZER

      public static final RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<Ritual>> RITUAL_SERIALIZER
    • RITUAL_TYPE

      public static final RegistryObject<net.minecraft.world.item.crafting.RecipeType<Ritual>> RITUAL_TYPE
  • Constructor Details

    • WACRecipes

      public WACRecipes()