Uses of Record Class
net.minecraft.world.item.crafting.display.RecipeDisplayId
Packages that use RecipeDisplayId
Package
Description
-
Uses of RecipeDisplayId in net.minecraft.client
Fields in net.minecraft.client with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionprivate final Set<RecipeDisplayId> ClientRecipeBook.highlightprivate final Map<RecipeDisplayId, RecipeDisplayEntry> ClientRecipeBook.knownMethods in net.minecraft.client with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoidClientRecipeBook.addHighlight(RecipeDisplayId pRecipe) voidClientRecipeBook.remove(RecipeDisplayId pRecipe) voidClientRecipeBook.removeHighlight(RecipeDisplayId pRecipe) booleanClientRecipeBook.willHighlight(RecipeDisplayId pRecipe) -
Uses of RecipeDisplayId in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as RecipeDisplayIdModifier and TypeFieldDescriptionprivate final RecipeDisplayIdRecipeButton.ResolvedEntry.idThe field for theidrecord component.private RecipeDisplayIdRecipeBookPage.lastClickedRecipeprivate RecipeDisplayIdRecipeBookComponent.lastPlacedRecipeprivate RecipeDisplayIdRecipeBookComponent.lastRecipeprivate RecipeDisplayIdOverlayRecipeComponent.lastRecipeClicked(package private) final RecipeDisplayIdOverlayRecipeComponent.OverlayRecipeButton.recipeFields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionprivate final Set<RecipeDisplayId> RecipeCollection.craftableprivate final Set<RecipeDisplayId> RecipeCollection.selectedMethods in net.minecraft.client.gui.screens.recipebook that return RecipeDisplayIdModifier and TypeMethodDescriptionRecipeButton.getCurrentRecipe()RecipeBookPage.getLastClickedRecipe()OverlayRecipeComponent.getLastRecipeClicked()RecipeButton.ResolvedEntry.id()Returns the value of theidrecord component.Methods in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionbooleanRecipeCollection.isCraftable(RecipeDisplayId pRecipe) voidRecipeBookComponent.recipeShown(RecipeDisplayId pRecipe) voidRecipeBookPage.recipeShown(RecipeDisplayId pRecipe) private booleanRecipeBookComponent.tryPlaceRecipe(RecipeCollection pRecipeCollection, RecipeDisplayId pRecipe) Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayIdModifierConstructorDescriptionOverlayCraftingRecipeButton(int pX, int pY, RecipeDisplayId pRecipe, RecipeDisplay pRecipeDisplay, ContextMap pContextMap, boolean pIsCraftable) OverlayRecipeButton(int pX, int pY, RecipeDisplayId pRecipe, boolean pIsCraftable, List<OverlayRecipeComponent.OverlayRecipeButton.Pos> pSlots) OverlaySmeltingRecipeButton(int pX, int pY, RecipeDisplayId pRecipe, RecipeDisplay pRecipeDisplay, ContextMap pContextMap, boolean pIsCraftable) (package private)ResolvedEntry(RecipeDisplayId id, List<ItemStack> displayItems) Creates an instance of aResolvedEntryrecord class. -
Uses of RecipeDisplayId in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoidMultiPlayerGameMode.handlePlaceRecipe(int pContainerId, RecipeDisplayId pRecipe, boolean pUseMaxItems) -
Uses of RecipeDisplayId in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoidLocalPlayer.removeRecipeHighlight(RecipeDisplayId pRecipe) -
Uses of RecipeDisplayId in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeDisplayIdModifier and TypeFieldDescriptionprivate final RecipeDisplayIdServerboundPlaceRecipePacket.recipeThe field for thereciperecord component.private final RecipeDisplayIdServerboundRecipeBookSeenRecipePacket.recipeThe field for thereciperecord component.Fields in net.minecraft.network.protocol.game with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionprivate final List<RecipeDisplayId> ClientboundRecipeBookRemovePacket.recipesThe field for therecipesrecord component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayIdModifier and TypeMethodDescriptionServerboundPlaceRecipePacket.recipe()Returns the value of thereciperecord component.ServerboundRecipeBookSeenRecipePacket.recipe()Returns the value of thereciperecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type RecipeDisplayIdModifier and TypeMethodDescriptionClientboundRecipeBookRemovePacket.recipes()Returns the value of therecipesrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeDisplayIdModifierConstructorDescriptionServerboundPlaceRecipePacket(int containerId, RecipeDisplayId recipe, boolean useMaxItems) Creates an instance of aServerboundPlaceRecipePacketrecord class.Creates an instance of aServerboundRecipeBookSeenRecipePacketrecord class.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type RecipeDisplayIdModifierConstructorDescriptionCreates an instance of aClientboundRecipeBookRemovePacketrecord class. -
Uses of RecipeDisplayId in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type RecipeDisplayId -
Uses of RecipeDisplayId in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display declared as RecipeDisplayIdModifier and TypeFieldDescriptionprivate final RecipeDisplayIdRecipeDisplayEntry.idThe field for theidrecord component.Fields in net.minecraft.world.item.crafting.display with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, RecipeDisplayId> RecipeDisplayId.STREAM_CODECMethods in net.minecraft.world.item.crafting.display that return RecipeDisplayIdModifier and TypeMethodDescriptionRecipeDisplayEntry.id()Returns the value of theidrecord component.Constructors in net.minecraft.world.item.crafting.display with parameters of type RecipeDisplayIdModifierConstructorDescriptionRecipeDisplayEntry(RecipeDisplayId id, RecipeDisplay display, OptionalInt group, RecipeBookCategory category, Optional<List<Ingredient>> craftingRequirements) Creates an instance of aRecipeDisplayEntryrecord class.