Uses of Record Class
net.minecraft.recipe.display.CuttingRecipeDisplay
Packages that use CuttingRecipeDisplay
-
Uses of CuttingRecipeDisplay in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display declared as CuttingRecipeDisplayModifier and TypeFieldDescriptionprivate final CuttingRecipeDisplay
<T> CuttingRecipeDisplay.GroupEntry.recipe
The field for therecipe
record component.Methods in net.minecraft.recipe.display that return CuttingRecipeDisplayModifier and TypeMethodDescriptionCuttingRecipeDisplay.GroupEntry.recipe()
Returns the value of therecipe
record component.Methods in net.minecraft.recipe.display that return types with arguments of type CuttingRecipeDisplayModifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
PacketCodec<RegistryByteBuf, CuttingRecipeDisplay<T>> CuttingRecipeDisplay.codec()
Constructors in net.minecraft.recipe.display with parameters of type CuttingRecipeDisplayModifierConstructorDescriptionGroupEntry
(Ingredient ingredient, CuttingRecipeDisplay<T> cuttingRecipeDisplay)