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. SMITHING
static RecipeType<SmithingRecipe>
RecipeType. SMITHING
Methods in net.minecraft.recipe that return SmithingRecipe Modifier and Type Method Description SmithingRecipe
SmithingRecipe.Serializer. read(Identifier identifier, JsonObject jsonObject)
SmithingRecipe
SmithingRecipe.Serializer. read(Identifier identifier, PacketByteBuf packetByteBuf)
Methods in net.minecraft.recipe with parameters of type SmithingRecipe Modifier and Type Method Description void
SmithingRecipe.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 SmithingRecipe
SmithingScreenHandler. field_25386
Fields in net.minecraft.screen with type parameters of type SmithingRecipe Modifier and Type Field Description private List<SmithingRecipe>
SmithingScreenHandler. field_25668