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 @Nullable NetworkRecipeIdRecipeBookWidget.field_54830private final NetworkRecipeIdAnimatedResultButton.class_10330.idThe field for theidrecord component.private @Nullable NetworkRecipeIdRecipeAlternativesWidget.lastClickedRecipeprivate @Nullable NetworkRecipeIdRecipeBookResults.lastClickedRecipe(package private) final NetworkRecipeIdRecipeAlternativesWidget.AlternativeButtonWidget.recipeprivate @Nullable NetworkRecipeIdRecipeBookWidget.selectedRecipeFields in net.minecraft.client.gui.screen.recipebook with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> RecipeResultCollection.craftableRecipesprivate final Set<NetworkRecipeId> RecipeResultCollection.field_54836Methods in net.minecraft.client.gui.screen.recipebook that return NetworkRecipeIdModifier and TypeMethodDescriptionRecipeAlternativesWidget.getLastClickedRecipe()AnimatedResultButton.class_10330.id()Returns the value of theidrecord component.RecipeBookResults.method_64878()AnimatedResultButton.method_64881()Methods in net.minecraft.client.gui.screen.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionbooleanRecipeResultCollection.isCraftable(NetworkRecipeId networkRecipeId) voidRecipeBookWidget.method_64876(NetworkRecipeId networkRecipeId) voidRecipeBookResults.method_64879(NetworkRecipeId networkRecipeId) private booleanRecipeBookWidget.select(RecipeResultCollection results, NetworkRecipeId networkRecipeId) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type NetworkRecipeIdModifierConstructorDescriptionAlternativeButtonWidget(int x, int y, NetworkRecipeId networkRecipeId, boolean craftable, List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> inputSlots) (package private)class_10330(NetworkRecipeId networkRecipeId, List<ItemStack> list) CraftingAlternativeButtonWidget(int x, int y, NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) -
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 networkRecipeId, boolean craftAll) voidClientPlayerEntity.onRecipeDisplayed(NetworkRecipeId networkRecipeId) -
Uses of NetworkRecipeId in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type NetworkRecipeIdModifier and TypeFieldDescriptionprivate final Map<NetworkRecipeId, RecipeContents> ClientRecipeBook.field_54810private final Set<NetworkRecipeId> ClientRecipeBook.field_54811Methods in net.minecraft.client.recipebook with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionvoidClientRecipeBook.method_64850(NetworkRecipeId networkRecipeId) booleanClientRecipeBook.method_64855(NetworkRecipeId networkRecipeId) voidClientRecipeBook.method_64856(NetworkRecipeId networkRecipeId) voidClientRecipeBook.method_64857(NetworkRecipeId networkRecipeId) -
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 NetworkRecipeIdRecipeContents.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 TypeMethodDescriptionRecipeContents.id()Returns the value of theidrecord component.Methods in net.minecraft.recipe with parameters of type NetworkRecipeIdModifier and TypeMethodDescriptionServerRecipeManager.method_64686(NetworkRecipeId networkRecipeId) Constructors in net.minecraft.recipe with parameters of type NetworkRecipeIdModifierConstructorDescriptionRecipeContents(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional)