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 NetworkRecipeId
AnimatedResultButton.Result.id
The field for theid
record component.private @Nullable NetworkRecipeId
RecipeAlternativesWidget.lastClickedRecipe
private @Nullable NetworkRecipeId
RecipeBookResults.lastClickedRecipe
(package private) final NetworkRecipeId
RecipeAlternativesWidget.AlternativeButtonWidget.recipeId
private @Nullable NetworkRecipeId
RecipeBookWidget.selectedRecipe
private @Nullable NetworkRecipeId
RecipeBookWidget.selectedRecipeId
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final Set
<NetworkRecipeId> RecipeResultCollection.craftableRecipes
private final Set
<NetworkRecipeId> RecipeResultCollection.displayableRecipes
Methods in net.minecraft.client.gui.screen.recipebook that return NetworkRecipeIdModifier and TypeMethodDescriptionAnimatedResultButton.getCurrentId()
RecipeAlternativesWidget.getLastClickedRecipe()
RecipeBookResults.getLastClickedRecipe()
AnimatedResultButton.Result.id()
Returns the value of theid
record component.Methods in net.minecraft.client.gui.screen.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionboolean
RecipeResultCollection.isCraftable
(NetworkRecipeId recipeId) void
RecipeBookResults.onRecipeDisplayed
(NetworkRecipeId recipeId) void
RecipeBookWidget.onRecipeDisplayed
(NetworkRecipeId recipeId) private boolean
RecipeBookWidget.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 TypeMethodDescriptionvoid
ClientPlayerInteractionManager.clickRecipe
(int syncId, NetworkRecipeId recipeId, boolean craftAll) void
ClientPlayerEntity.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.highlightedRecipes
private final Map
<NetworkRecipeId, RecipeDisplayEntry> ClientRecipeBook.recipes
Methods in net.minecraft.client.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionboolean
ClientRecipeBook.isHighlighted
(NetworkRecipeId recipeId) void
ClientRecipeBook.markHighlighted
(NetworkRecipeId recipeId) void
ClientRecipeBook.remove
(NetworkRecipeId recipeId) void
ClientRecipeBook.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 NetworkRecipeId
CraftRequestC2SPacket.recipeId
The field for therecipeId
record component.private final NetworkRecipeId
RecipeBookDataC2SPacket.recipeId
The field for therecipeId
record component.Methods in net.minecraft.network.packet.c2s.play that return NetworkRecipeIdModifier and TypeMethodDescriptionCraftRequestC2SPacket.recipeId()
Returns the value of therecipeId
record component.RecipeBookDataC2SPacket.recipeId()
Returns the value of therecipeId
record 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.recipes
The field for therecipes
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type NetworkRecipeIdModifier and TypeMethodDescriptionRecipeBookRemoveS2CPacket.recipes()
Returns the value of therecipes
record 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 NetworkRecipeId
RecipeDisplayEntry.id
The field for theid
record component.Fields in net.minecraft.recipe with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, NetworkRecipeId> NetworkRecipeId.PACKET_CODEC
Methods in net.minecraft.recipe that return NetworkRecipeIdModifier and TypeMethodDescriptionRecipeDisplayEntry.id()
Returns the value of theid
record 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)