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.highlight
private final Map
<RecipeDisplayId, RecipeDisplayEntry> ClientRecipeBook.known
Methods in net.minecraft.client with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoid
ClientRecipeBook.addHighlight
(RecipeDisplayId p_380362_) void
ClientRecipeBook.remove
(RecipeDisplayId p_379557_) void
ClientRecipeBook.removeHighlight
(RecipeDisplayId p_379652_) boolean
ClientRecipeBook.willHighlight
(RecipeDisplayId p_379469_) -
Uses of RecipeDisplayId in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook declared as RecipeDisplayIdModifier and TypeFieldDescriptionprivate final RecipeDisplayId
RecipeButton.ResolvedEntry.id
The field for theid
record component.private RecipeDisplayId
RecipeBookPage.lastClickedRecipe
private RecipeDisplayId
RecipeBookComponent.lastPlacedRecipe
private RecipeDisplayId
RecipeBookComponent.lastRecipe
private RecipeDisplayId
OverlayRecipeComponent.lastRecipeClicked
(package private) final RecipeDisplayId
OverlayRecipeComponent.OverlayRecipeButton.recipe
Fields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionprivate final Set
<RecipeDisplayId> RecipeCollection.craftable
private final Set
<RecipeDisplayId> RecipeCollection.selected
Methods in net.minecraft.client.gui.screens.recipebook that return RecipeDisplayIdModifier and TypeMethodDescriptionRecipeButton.getCurrentRecipe()
RecipeBookPage.getLastClickedRecipe()
OverlayRecipeComponent.getLastRecipeClicked()
RecipeButton.ResolvedEntry.id()
Returns the value of theid
record component.Methods in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionboolean
RecipeCollection.isCraftable
(RecipeDisplayId p_379375_) void
RecipeBookComponent.recipeShown
(RecipeDisplayId p_379661_) void
RecipeBookPage.recipeShown
(RecipeDisplayId p_380247_) private boolean
RecipeBookComponent.tryPlaceRecipe
(RecipeCollection p_366703_, RecipeDisplayId p_380106_) Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayIdModifierConstructorDescriptionOverlayCraftingRecipeButton
(int p_365371_, int p_362152_, RecipeDisplayId p_379848_, RecipeDisplay p_379906_, ContextMap p_381098_, boolean p_361389_) OverlayRecipeButton
(int p_100232_, int p_100233_, RecipeDisplayId p_380153_, boolean p_100235_, List<OverlayRecipeComponent.OverlayRecipeButton.Pos> p_360663_) OverlaySmeltingRecipeButton
(int p_100262_, int p_100263_, RecipeDisplayId p_379828_, RecipeDisplay p_380374_, ContextMap p_381025_, boolean p_100265_) (package private)
ResolvedEntry
(RecipeDisplayId id, List<ItemStack> displayItems) Creates an instance of aResolvedEntry
record class. -
Uses of RecipeDisplayId in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoid
MultiPlayerGameMode.handlePlaceRecipe
(int p_105218_, RecipeDisplayId p_380109_, boolean p_105220_) -
Uses of RecipeDisplayId in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type RecipeDisplayIdModifier and TypeMethodDescriptionvoid
LocalPlayer.removeRecipeHighlight
(RecipeDisplayId p_379296_) -
Uses of RecipeDisplayId in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeDisplayIdModifier and TypeFieldDescriptionprivate final RecipeDisplayId
ServerboundPlaceRecipePacket.recipe
The field for therecipe
record component.private final RecipeDisplayId
ServerboundRecipeBookSeenRecipePacket.recipe
The field for therecipe
record component.Fields in net.minecraft.network.protocol.game with type parameters of type RecipeDisplayIdModifier and TypeFieldDescriptionprivate final List
<RecipeDisplayId> ClientboundRecipeBookRemovePacket.recipes
The field for therecipes
record component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayIdModifier and TypeMethodDescriptionServerboundPlaceRecipePacket.recipe()
Returns the value of therecipe
record component.ServerboundRecipeBookSeenRecipePacket.recipe()
Returns the value of therecipe
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type RecipeDisplayIdModifier and TypeMethodDescriptionClientboundRecipeBookRemovePacket.recipes()
Returns the value of therecipes
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeDisplayIdModifierConstructorDescriptionServerboundPlaceRecipePacket
(int containerId, RecipeDisplayId recipe, boolean useMaxItems) Creates an instance of aServerboundPlaceRecipePacket
record class.Creates an instance of aServerboundRecipeBookSeenRecipePacket
record class.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type RecipeDisplayIdModifierConstructorDescriptionCreates an instance of aClientboundRecipeBookRemovePacket
record 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 RecipeDisplayId
RecipeDisplayEntry.id
The field for theid
record 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_CODEC
Methods in net.minecraft.world.item.crafting.display that return RecipeDisplayIdModifier and TypeMethodDescriptionRecipeDisplayEntry.id()
Returns the value of theid
record 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 aRecipeDisplayEntry
record class.