Uses of Record Class
net.minecraft.world.item.crafting.SelectableRecipe
Packages that use SelectableRecipe
-
Uses of SelectableRecipe in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as SelectableRecipeModifier and TypeFieldDescriptionprivate final SelectableRecipe
<T> SelectableRecipe.SingleInputEntry.recipe
The field for therecipe
record component.Methods in net.minecraft.world.item.crafting that return SelectableRecipeModifier and TypeMethodDescriptionSelectableRecipe.SingleInputEntry.recipe()
Returns the value of therecipe
record component.Methods in net.minecraft.world.item.crafting that return types with arguments of type SelectableRecipeModifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe<T>> SelectableRecipe.noRecipeCodec()
Constructors in net.minecraft.world.item.crafting with parameters of type SelectableRecipeModifierConstructorDescriptionSingleInputEntry
(Ingredient input, SelectableRecipe<T> recipe) Creates an instance of aSingleInputEntry
record class.