Uses of Record Class
net.minecraft.world.item.crafting.SelectableRecipe.SingleInputEntry
Packages that use SelectableRecipe.SingleInputEntry
-
Uses of SelectableRecipe.SingleInputEntry in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type SelectableRecipe.SingleInputEntryModifier and TypeFieldDescriptionprivate final List<SelectableRecipe.SingleInputEntry<T>> SelectableRecipe.SingleInputSet.entriesThe field for theentriesrecord component.Methods in net.minecraft.world.item.crafting that return types with arguments of type SelectableRecipe.SingleInputEntryModifier and TypeMethodDescriptionSelectableRecipe.SingleInputSet.entries()Returns the value of theentriesrecord component.static <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe.SingleInputEntry<T>> SelectableRecipe.SingleInputEntry.noRecipeCodec()Constructor parameters in net.minecraft.world.item.crafting with type arguments of type SelectableRecipe.SingleInputEntryModifierConstructorDescriptionSingleInputSet(List<SelectableRecipe.SingleInputEntry<T>> entries) Creates an instance of aSingleInputSetrecord class.