Uses of Class
net.minecraft.recipe.LegacySmithingRecipe
Packages that use LegacySmithingRecipe
-
Uses of LegacySmithingRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type LegacySmithingRecipeModifier and TypeFieldDescriptionstatic final RecipeSerializer<LegacySmithingRecipe>
RecipeSerializer.SMITHING
Methods in net.minecraft.recipe that return LegacySmithingRecipeModifier and TypeMethodDescriptionLegacySmithingRecipe.Serializer.read
(Identifier identifier, JsonObject jsonObject) LegacySmithingRecipe.Serializer.read
(Identifier identifier, PacketByteBuf packetByteBuf) Methods in net.minecraft.recipe with parameters of type LegacySmithingRecipeModifier and TypeMethodDescriptionvoid
LegacySmithingRecipe.Serializer.write
(PacketByteBuf packetByteBuf, LegacySmithingRecipe legacySmithingRecipe) -
Uses of LegacySmithingRecipe in net.minecraft.screen
Fields in net.minecraft.screen declared as LegacySmithingRecipeModifier and TypeFieldDescriptionprivate @Nullable LegacySmithingRecipe
LegacySmithingScreenHandler.currentRecipe
Deprecated, for removal: This API element is subject to removal in a future version.Fields in net.minecraft.screen with type parameters of type LegacySmithingRecipeModifier and TypeFieldDescriptionprivate final List<LegacySmithingRecipe>
LegacySmithingScreenHandler.recipes
Deprecated, for removal: This API element is subject to removal in a future version.