Class ModRecipeTypes

java.lang.Object
de.cech12.brickfurnace.init.ModRecipeTypes

public class ModRecipeTypes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>>
     
    static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.crafting.RecipeSerializer<?>>
     
    static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.crafting.RecipeType<?>>
     
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>>
     
    static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RECIPE_TYPES

      public static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.crafting.RecipeType<?>> RECIPE_TYPES
    • RECIPE_SERIALIZERS

      public static net.minecraftforge.registries.DeferredRegister<net.minecraft.world.item.crafting.RecipeSerializer<?>> RECIPE_SERIALIZERS
    • BLASTING_SERIALIZER

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>> BLASTING_SERIALIZER
    • SMELTING_SERIALIZER

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>> SMELTING_SERIALIZER
    • SMOKING_SERIALIZER

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.world.item.crafting.RecipeSerializer<?>> SMOKING_SERIALIZER
  • Constructor Details

    • ModRecipeTypes

      public ModRecipeTypes()