Package net.minecraft.item.crafting
Class ShapedRecipe.Serializer
- java.lang.Object
-
- net.minecraftforge.registries.ForgeRegistryEntry<IRecipeSerializer<?>>
-
- net.minecraft.item.crafting.ShapedRecipe.Serializer
-
- All Implemented Interfaces:
IRecipeSerializer<ShapedRecipe>
,IForgeRegistryEntry<IRecipeSerializer<?>>
- Enclosing class:
- ShapedRecipe
public static class ShapedRecipe.Serializer extends ForgeRegistryEntry<IRecipeSerializer<?>> implements IRecipeSerializer<ShapedRecipe>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
NAME
-
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Fields inherited from interface net.minecraft.item.crafting.IRecipeSerializer
ARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED_RECIPE, SHAPELESS_RECIPE, SHIELD_DECORATION, SHULKER_BOX_COLORING, SMELTING_RECIPE, SMITHING, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW
-
-
Constructor Summary
Constructors Constructor Description Serializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapedRecipe
fromJson(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_)
ShapedRecipe
fromNetwork(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_)
void
toNetwork(PacketBuffer p_199427_1_, ShapedRecipe p_199427_2_)
-
Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraftforge.registries.IForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName
-
-
-
-
Field Detail
-
NAME
private static final ResourceLocation NAME
-
-
Method Detail
-
fromJson
public ShapedRecipe fromJson(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_)
- Specified by:
fromJson
in interfaceIRecipeSerializer<ShapedRecipe>
-
fromNetwork
public ShapedRecipe fromNetwork(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_)
- Specified by:
fromNetwork
in interfaceIRecipeSerializer<ShapedRecipe>
-
toNetwork
public void toNetwork(PacketBuffer p_199427_1_, ShapedRecipe p_199427_2_)
- Specified by:
toNetwork
in interfaceIRecipeSerializer<ShapedRecipe>
-
-