Class ModRecipeTypes
java.lang.Object
de.cech12.brickfurnace.init.ModRecipeTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
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()
-