Uses of Record Class
net.minecraft.world.item.crafting.SelectableRecipe.SingleInputSet
Packages that use SelectableRecipe.SingleInputSet
Package
Description
-
Uses of SelectableRecipe.SingleInputSet in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as SelectableRecipe.SingleInputSetModifier and TypeFieldDescriptionprivate final SelectableRecipe.SingleInputSet<StonecutterRecipe> ClientRecipeContainer.stonecutterRecipesMethods in net.minecraft.client.multiplayer that return SelectableRecipe.SingleInputSetConstructors in net.minecraft.client.multiplayer with parameters of type SelectableRecipe.SingleInputSetModifierConstructorDescriptionClientRecipeContainer(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> pItemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> pStonecutterRecipes) -
Uses of SelectableRecipe.SingleInputSet in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SelectableRecipe.SingleInputSetModifier and TypeFieldDescriptionprivate final SelectableRecipe.SingleInputSet<StonecutterRecipe> ClientboundUpdateRecipesPacket.stonecutterRecipesThe field for thestonecutterRecipesrecord component.Methods in net.minecraft.network.protocol.game that return SelectableRecipe.SingleInputSetModifier and TypeMethodDescriptionClientboundUpdateRecipesPacket.stonecutterRecipes()Returns the value of thestonecutterRecipesrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type SelectableRecipe.SingleInputSetModifierConstructorDescriptionClientboundUpdateRecipesPacket(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> itemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes) Creates an instance of aClientboundUpdateRecipesPacketrecord class. -
Uses of SelectableRecipe.SingleInputSet in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as SelectableRecipe.SingleInputSetMethods in net.minecraft.world.inventory that return SelectableRecipe.SingleInputSet -
Uses of SelectableRecipe.SingleInputSet in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as SelectableRecipe.SingleInputSetMethods in net.minecraft.world.item.crafting that return SelectableRecipe.SingleInputSetModifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
SelectableRecipe.SingleInputSet<T> SelectableRecipe.SingleInputSet.empty()RecipeManager.getSynchronizedStonecutterRecipes()SelectableRecipe.SingleInputSet.selectByInput(ItemStack pStack) RecipeAccess.stonecutterRecipes()RecipeManager.stonecutterRecipes()Methods in net.minecraft.world.item.crafting that return types with arguments of type SelectableRecipe.SingleInputSetModifier and TypeMethodDescriptionstatic <T extends Recipe<?>>
StreamCodec<RegistryFriendlyByteBuf, SelectableRecipe.SingleInputSet<T>> SelectableRecipe.SingleInputSet.noRecipeCodec()