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.stonecutterRecipes
Methods in net.minecraft.client.multiplayer that return SelectableRecipe.SingleInputSetConstructors in net.minecraft.client.multiplayer with parameters of type SelectableRecipe.SingleInputSetModifierConstructorDescriptionClientRecipeContainer
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> p_380386_, SelectableRecipe.SingleInputSet<StonecutterRecipe> p_380139_) -
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.stonecutterRecipes
The field for thestonecutterRecipes
record component.Methods in net.minecraft.network.protocol.game that return SelectableRecipe.SingleInputSetModifier and TypeMethodDescriptionClientboundUpdateRecipesPacket.stonecutterRecipes()
Returns the value of thestonecutterRecipes
record 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 aClientboundUpdateRecipesPacket
record 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 p_379956_) 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()