Uses of Record Class
net.minecraft.recipe.NetworkRecipeId
Packages that use NetworkRecipeId
Package
Description
-
Uses of NetworkRecipeId in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as NetworkRecipeIdModifier and TypeFieldDescriptionprivate final NetworkRecipeIdAnimatedResultButton.Result.idThe field for theidrecord component.private @Nullable NetworkRecipeIdRecipeAlternativesWidget.lastClickedRecipeprivate @Nullable NetworkRecipeIdRecipeBookResults.lastClickedRecipe(package private) final NetworkRecipeIdRecipeAlternativesWidget.AlternativeButtonWidget.recipeIdprivate @Nullable NetworkRecipeIdRecipeBookWidget.selectedRecipeprivate @Nullable NetworkRecipeIdRecipeBookWidget.selectedRecipeIdFields in net.minecraft.client.gui.screen.recipebook with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> RecipeResultCollection.craftableRecipesprivate final Set<NetworkRecipeId> RecipeResultCollection.displayableRecipesMethods in net.minecraft.client.gui.screen.recipebook that return NetworkRecipeIdModifier and TypeMethodDescriptionAnimatedResultButton.getCurrentId()RecipeAlternativesWidget.getLastClickedRecipe()RecipeBookResults.getLastClickedRecipe()AnimatedResultButton.Result.id()Returns the value of theidrecord component.Methods in net.minecraft.client.gui.screen.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionbooleanRecipeResultCollection.isCraftable(NetworkRecipeId recipeId) voidRecipeBookResults.onRecipeDisplayed(NetworkRecipeId recipeId) voidRecipeBookWidget.onRecipeDisplayed(NetworkRecipeId recipeId) private booleanRecipeBookWidget.select(RecipeResultCollection results, NetworkRecipeId recipeId) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type NetworkRecipeIdModifierConstructorDescriptionAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, boolean craftable, List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> inputSlots) CraftingAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) (package private)Result(NetworkRecipeId networkRecipeId, List<ItemStack> list) -
Uses of NetworkRecipeId in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionvoidClientPlayerInteractionManager.clickRecipe(int syncId, NetworkRecipeId recipeId, boolean craftAll) voidClientPlayerEntity.onRecipeDisplayed(NetworkRecipeId recipeId) -
Uses of NetworkRecipeId in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> ClientRecipeBook.highlightedRecipesprivate final Map<NetworkRecipeId, RecipeDisplayEntry> ClientRecipeBook.recipesMethods in net.minecraft.client.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionbooleanClientRecipeBook.isHighlighted(NetworkRecipeId recipeId) voidClientRecipeBook.markHighlighted(NetworkRecipeId recipeId) voidClientRecipeBook.remove(NetworkRecipeId recipeId) voidClientRecipeBook.unmarkHighlighted(NetworkRecipeId recipeId) -
Uses of NetworkRecipeId in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as NetworkRecipeIdModifier and TypeFieldDescriptionprivate final NetworkRecipeIdCraftRequestC2SPacket.recipeIdThe field for therecipeIdrecord component.private final NetworkRecipeIdRecipeBookDataC2SPacket.recipeIdThe field for therecipeIdrecord component.Methods in net.minecraft.network.packet.c2s.play that return NetworkRecipeIdModifier and TypeMethodDescriptionCraftRequestC2SPacket.recipeId()Returns the value of therecipeIdrecord component.RecipeBookDataC2SPacket.recipeId()Returns the value of therecipeIdrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type NetworkRecipeIdModifierConstructorDescriptionCraftRequestC2SPacket(int int2, NetworkRecipeId networkRecipeId, boolean bool) RecipeBookDataC2SPacket(NetworkRecipeId networkRecipeId) -
Uses of NetworkRecipeId in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final List<NetworkRecipeId> RecipeBookRemoveS2CPacket.recipesThe field for therecipesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type NetworkRecipeIdModifier and TypeMethodDescriptionRecipeBookRemoveS2CPacket.recipes()Returns the value of therecipesrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type NetworkRecipeId -
Uses of NetworkRecipeId in net.minecraft.recipe
Fields in net.minecraft.recipe declared as NetworkRecipeIdModifier and TypeFieldDescriptionprivate final NetworkRecipeIdRecipeDisplayEntry.idThe field for theidrecord component.Fields in net.minecraft.recipe with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, NetworkRecipeId> NetworkRecipeId.PACKET_CODECMethods in net.minecraft.recipe that return NetworkRecipeIdModifier and TypeMethodDescriptionRecipeDisplayEntry.id()Returns the value of theidrecord component.Methods in net.minecraft.recipe with parameters of type NetworkRecipeIdConstructors in net.minecraft.recipe with parameters of type NetworkRecipeIdModifierConstructorDescriptionRecipeDisplayEntry(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookCategory recipeBookCategory, Optional<List<Ingredient>> optional)