Uses of Record Class
net.minecraft.world.item.crafting.TransmuteResult
Packages that use TransmuteResult
-
Uses of TransmuteResult in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as TransmuteResultMethods in net.minecraft.data.recipes with parameters of type TransmuteResultModifier and TypeMethodDescriptionstatic TransmuteRecipeBuilderTransmuteRecipeBuilder.transmute(RecipeCategory category, Ingredient input, Ingredient material, TransmuteResult result) Constructors in net.minecraft.data.recipes with parameters of type TransmuteResultModifierConstructorDescriptionprivateTransmuteRecipeBuilder(RecipeCategory category, TransmuteResult result, Ingredient input, Ingredient material) -
Uses of TransmuteResult in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as TransmuteResultModifier and TypeFieldDescriptionstatic final TransmuteResultTransmuteResult.KEEP_INPUT_ITEMprivate final TransmuteResultMapExtendingRecipe.resultprivate final TransmuteResultTransmuteRecipe.resultFields in net.minecraft.world.item.crafting with type parameters of type TransmuteResultModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TransmuteResult> TransmuteResult.CODECstatic final com.mojang.serialization.MapCodec<TransmuteResult> TransmuteResult.MAP_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, TransmuteResult> TransmuteResult.STREAM_CODECMethods in net.minecraft.world.item.crafting that return TransmuteResultModifier and TypeMethodDescriptionstatic TransmuteResultTransmuteResult.fromTemplate(ItemStackTemplate template) Constructors in net.minecraft.world.item.crafting with parameters of type TransmuteResultModifierConstructorDescriptionMapExtendingRecipe(Ingredient map, Ingredient material, TransmuteResult result) TransmuteRecipe(Recipe.CommonInfo commonInfo, CraftingRecipe.CraftingBookInfo bookInfo, Ingredient input, Ingredient material, MinMaxBounds.Ints materialCount, TransmuteResult result, boolean addMaterialCountToResult)