Uses of Class
net.minecraft.recipe.SmithingRecipe
| Package | Description |
|---|---|
| net.minecraft.recipe | |
| net.minecraft.screen |
-
Uses of SmithingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type SmithingRecipe Modifier and Type Field Description static RecipeSerializer<SmithingRecipe>RecipeSerializer. SMITHINGstatic RecipeType<SmithingRecipe>RecipeType. SMITHINGMethods in net.minecraft.recipe that return SmithingRecipe Modifier and Type Method Description SmithingRecipeSmithingRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)SmithingRecipeSmithingRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)Methods in net.minecraft.recipe with parameters of type SmithingRecipe Modifier and Type Method Description voidSmithingRecipe.Serializer. write(PacketByteBuf packetByteBuf, SmithingRecipe smithingRecipe) -
Uses of SmithingRecipe in net.minecraft.screen
Fields in net.minecraft.screen declared as SmithingRecipe Modifier and Type Field Description private @Nullable SmithingRecipeSmithingScreenHandler. field_25386Fields in net.minecraft.screen with type parameters of type SmithingRecipe Modifier and Type Field Description private List<SmithingRecipe>SmithingScreenHandler. field_25668