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.recipeThe field for thereciperecord component.Methods in net.minecraft.world.item.crafting that return SelectableRecipeModifier and TypeMethodDescriptionSelectableRecipe.SingleInputEntry.recipe()Returns the value of thereciperecord 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 aSingleInputEntryrecord class.