Package net.minecraft.recipe
Class RecipeManager
java.lang.Object
net.minecraft.resource.SinglePreparationResourceReloader<Map<Identifier,JsonElement>>
net.minecraft.resource.JsonDataLoader
net.minecraft.recipe.RecipeManager
- All Implemented Interfaces:
ResourceReloader
A recipe manager allows easier use of recipes, such as finding matches and
remainders. It is also integrated with a recipe loader, which loads recipes
from data packs' JSON files.
- Mappings:
Namespace Name named net/minecraft/recipe/RecipeManager
intermediary net/minecraft/class_1863
official cza
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Nested classes/interfaces inherited from interface net.minecraft.resource.ResourceReloader
ResourceReloader.Synchronizer
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
This isn't quite indicating an errored state; its value is only set tofalse
and is nevertrue
, and isn't used anywhere.private static final Gson
private static final Logger
private Map
<Identifier, RecipeEntry<?>> private Multimap
<RecipeType<?>, RecipeEntry<?>> private final RegistryWrapper.WrapperLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
apply
(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Handles the prepared intermediate object.static <C extends Inventory,
T extends Recipe<C>>
RecipeManager.MatchGetter<C, T> createCachedMatchGetter
(RecipeType<T> type) Creates a cached match getter.protected static RecipeEntry
<?> deserialize
(Identifier id, JsonObject json, RegistryWrapper.WrapperLookup registryLookup) Reads a recipe from a JSON object.private <T extends Recipe<?>>
@Nullable RecipeEntry<T> get
(RecipeType<T> type, Identifier id) Returns a recipe with the givenid
andtype
, or empty if there is no such recipe.Optional
<RecipeEntry<?>> get
(Identifier id) Returns a recipe with the givenid
, or empty if there is no such recipe.<C extends Inventory,
T extends Recipe<C>>
List<RecipeEntry<T>> getAllMatches
(RecipeType<T> type, C inventory, World world) Creates a list of all recipes of the giventype
that match the giveninventory
andworld
.private <C extends Inventory,
T extends Recipe<C>>
Collection<RecipeEntry<T>> getAllOfType
(RecipeType<T> type) <C extends Inventory,
T extends Recipe<C>>
Optional<RecipeEntry<T>> getFirstMatch
(RecipeType<T> type, C inventory, World world) Returns a recipe of the giventype
that match the giveninventory
andworld
.<C extends Inventory,
T extends Recipe<C>>
Optional<RecipeEntry<T>> getFirstMatch
(RecipeType<T> type, C inventory, World world, @Nullable Identifier id) <C extends Inventory,
T extends Recipe<C>>
DefaultedList<ItemStack> getRemainingStacks
(RecipeType<T> type, C inventory, World world) Returns the remainder of a recipe of the giventype
that match the giveninventory
andworld
, or a shallow copy of theinventory
.boolean
Returns theerrored
field.keys()
Returns a stream of IDs of recipes in this manager.<C extends Inventory,
T extends Recipe<C>>
List<RecipeEntry<T>> listAllOfType
(RecipeType<T> type) Creates a list of all recipes of the giventype
.void
setRecipes
(Iterable<RecipeEntry<?>> recipes) Sets the recipes for this recipe manager.values()
Returns all recipes in this manager.Methods inherited from class net.minecraft.resource.JsonDataLoader
load, prepare
Methods inherited from class net.minecraft.resource.SinglePreparationResourceReloader
reload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.resource.ResourceReloader
getName
-
Field Details
-
GSON
- Mappings:
Namespace Name Mixin selector named GSON
Lnet/minecraft/recipe/RecipeManager;GSON:Lcom/google/gson/Gson;
intermediary field_19359
Lnet/minecraft/class_1863;field_19359:Lcom/google/gson/Gson;
official a
Lcza;a:Lcom/google/gson/Gson;
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/recipe/RecipeManager;LOGGER:Lorg/slf4j/Logger;
intermediary field_9027
Lnet/minecraft/class_1863;field_9027:Lorg/slf4j/Logger;
official b
Lcza;b:Lorg/slf4j/Logger;
-
registryLookup
- Mappings:
Namespace Name Mixin selector named registryLookup
Lnet/minecraft/recipe/RecipeManager;registryLookup:Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;
intermediary field_48848
Lnet/minecraft/class_1863;field_48848:Lnet/minecraft/class_7225$class_7874;
official c
Lcza;c:Ljk$a;
-
recipesByType
- Mappings:
Namespace Name Mixin selector named recipesByType
Lnet/minecraft/recipe/RecipeManager;recipesByType:Lcom/google/common/collect/Multimap;
intermediary field_51481
Lnet/minecraft/class_1863;field_51481:Lcom/google/common/collect/Multimap;
official d
Lcza;d:Lcom/google/common/collect/Multimap;
-
recipesById
- Mappings:
Namespace Name Mixin selector named recipesById
Lnet/minecraft/recipe/RecipeManager;recipesById:Ljava/util/Map;
intermediary field_36308
Lnet/minecraft/class_1863;field_36308:Ljava/util/Map;
official e
Lcza;e:Ljava/util/Map;
-
errored
private boolean erroredThis isn't quite indicating an errored state; its value is only set tofalse
and is nevertrue
, and isn't used anywhere.- Mappings:
Namespace Name Mixin selector named errored
Lnet/minecraft/recipe/RecipeManager;errored:Z
intermediary field_9024
Lnet/minecraft/class_1863;field_9024:Z
official f
Lcza;f:Z
-
-
Constructor Details
-
RecipeManager
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/recipe/RecipeManager;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
intermediary <init>
Lnet/minecraft/class_1863;<init>(Lnet/minecraft/class_7225$class_7874;)V
official <init>
Lcza;<init>(Ljk$a;)V
-
-
Method Details
-
apply
protected void apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) Description copied from class:SinglePreparationResourceReloader
Handles the prepared intermediate object.This method is called in the apply executor, or the game engine, in a reload.
- Specified by:
apply
in classSinglePreparationResourceReloader<Map<Identifier,
JsonElement>> - Parameters:
map
- the prepared objectresourceManager
- the resource managerprofiler
- the apply profiler- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/recipe/RecipeManager;apply(Ljava/util/Map;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;)V
intermediary method_20705
Lnet/minecraft/class_1863;method_20705(Ljava/util/Map;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;)V
official a
Lcza;a(Ljava/util/Map;Laup;Lbnk;)V
-
isErrored
public boolean isErrored()Returns theerrored
field. This is unused in vanilla and will only returnfalse
without mods.- Returns:
- the
errored
field - Mappings:
Namespace Name Mixin selector named isErrored
Lnet/minecraft/recipe/RecipeManager;isErrored()Z
intermediary method_35227
Lnet/minecraft/class_1863;method_35227()Z
official a
Lcza;a()Z
-
getFirstMatch
public <C extends Inventory,T extends Recipe<C>> Optional<RecipeEntry<T>> getFirstMatch(RecipeType<T> type, C inventory, World world) Returns a recipe of the giventype
that match the giveninventory
andworld
.If there are multiple matching recipes, the result is arbitrary, but this method will return the same result unless the recipes in this manager are updated.
- Parameters:
type
- the desired recipe typeinventory
- the input inventoryworld
- the input world- Returns:
- a recipe of the given
type
that match the giveninventory
andworld
- Mappings:
Namespace Name Mixin selector named getFirstMatch
Lnet/minecraft/recipe/RecipeManager;getFirstMatch(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Ljava/util/Optional;
intermediary method_8132
Lnet/minecraft/class_1863;method_8132(Lnet/minecraft/class_3956;Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Ljava/util/Optional;
official a
Lcza;a(Lczc;Lbqp;Ldca;)Ljava/util/Optional;
-
getFirstMatch
public <C extends Inventory,T extends Recipe<C>> Optional<RecipeEntry<T>> getFirstMatch(RecipeType<T> type, C inventory, World world, @Nullable @Nullable Identifier id) - Mappings:
Namespace Name Mixin selector named getFirstMatch
Lnet/minecraft/recipe/RecipeManager;getFirstMatch(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;Lnet/minecraft/util/Identifier;)Ljava/util/Optional;
intermediary method_42299
Lnet/minecraft/class_1863;method_42299(Lnet/minecraft/class_3956;Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;Lnet/minecraft/class_2960;)Ljava/util/Optional;
official a
Lcza;a(Lczc;Lbqp;Ldca;Lalf;)Ljava/util/Optional;
-
listAllOfType
public <C extends Inventory,T extends Recipe<C>> List<RecipeEntry<T>> listAllOfType(RecipeType<T> type) Creates a list of all recipes of the giventype
. The list has an arbitrary order.This list does not update with this manager. Modifications to the returned list do not affect this manager.
- Parameters:
type
- the desired recipe type- Returns:
- the created list of recipes of the given
type
- Mappings:
Namespace Name Mixin selector named listAllOfType
Lnet/minecraft/recipe/RecipeManager;listAllOfType(Lnet/minecraft/recipe/RecipeType;)Ljava/util/List;
intermediary method_30027
Lnet/minecraft/class_1863;method_30027(Lnet/minecraft/class_3956;)Ljava/util/List;
official a
Lcza;a(Lczc;)Ljava/util/List;
-
getAllMatches
public <C extends Inventory,T extends Recipe<C>> List<RecipeEntry<T>> getAllMatches(RecipeType<T> type, C inventory, World world) Creates a list of all recipes of the giventype
that match the giveninventory
andworld
. The list is ordered by the translation key of the output item stack of each recipe.This list does not update with this manager. Modifications to the returned list do not affect this manager.
- Parameters:
type
- the desired recipe typeinventory
- the input inventoryworld
- the input world- Returns:
- the created list of matching recipes
- Mappings:
Namespace Name Mixin selector named getAllMatches
Lnet/minecraft/recipe/RecipeManager;getAllMatches(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Ljava/util/List;
intermediary method_17877
Lnet/minecraft/class_1863;method_17877(Lnet/minecraft/class_3956;Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Ljava/util/List;
official b
Lcza;b(Lczc;Lbqp;Ldca;)Ljava/util/List;
-
getAllOfType
private <C extends Inventory,T extends Recipe<C>> Collection<RecipeEntry<T>> getAllOfType(RecipeType<T> type) - Mappings:
Namespace Name Mixin selector named getAllOfType
Lnet/minecraft/recipe/RecipeManager;getAllOfType(Lnet/minecraft/recipe/RecipeType;)Ljava/util/Collection;
intermediary method_17717
Lnet/minecraft/class_1863;method_17717(Lnet/minecraft/class_3956;)Ljava/util/Collection;
official c
Lcza;c(Lczc;)Ljava/util/Collection;
-
getRemainingStacks
public <C extends Inventory,T extends Recipe<C>> DefaultedList<ItemStack> getRemainingStacks(RecipeType<T> type, C inventory, World world) Returns the remainder of a recipe of the giventype
that match the giveninventory
andworld
, or a shallow copy of theinventory
.This retrieves the remainders of
getFirstMatch(type, inventory, world)
if the match exists.- Parameters:
type
- the desired recipe typeinventory
- the input inventoryworld
- the input world- Returns:
- the remainder of a recipe of the given
type
that match the giveninventory
andworld
, or a shallow copy of theinventory
- See Also:
- Mappings:
Namespace Name Mixin selector named getRemainingStacks
Lnet/minecraft/recipe/RecipeManager;getRemainingStacks(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/world/World;)Lnet/minecraft/util/collection/DefaultedList;
intermediary method_8128
Lnet/minecraft/class_1863;method_8128(Lnet/minecraft/class_3956;Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Lnet/minecraft/class_2371;
official c
Lcza;c(Lczc;Lbqp;Ldca;)Ljr;
-
get
Returns a recipe with the givenid
, or empty if there is no such recipe.- Parameters:
id
- the ID of the desired recipe- Returns:
- a recipe with the given
id
, or empty if there is no such recipe - Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/recipe/RecipeManager;get(Lnet/minecraft/util/Identifier;)Ljava/util/Optional;
intermediary method_8130
Lnet/minecraft/class_1863;method_8130(Lnet/minecraft/class_2960;)Ljava/util/Optional;
official a
Lcza;a(Lalf;)Ljava/util/Optional;
-
get
@Nullable private <T extends Recipe<?>> @Nullable RecipeEntry<T> get(RecipeType<T> type, Identifier id) Returns a recipe with the givenid
andtype
, or empty if there is no such recipe.- Parameters:
type
- the type of the desired recipeid
- the ID of the desired recipe- Returns:
- a recipe with the given
id
andtype
, or empty if there is no such recipe - Mappings:
Namespace Name Mixin selector named get
Lnet/minecraft/recipe/RecipeManager;get(Lnet/minecraft/recipe/RecipeType;Lnet/minecraft/util/Identifier;)Lnet/minecraft/recipe/RecipeEntry;
intermediary method_59821
Lnet/minecraft/class_1863;method_59821(Lnet/minecraft/class_3956;Lnet/minecraft/class_2960;)Lnet/minecraft/class_8786;
official a
Lcza;a(Lczc;Lalf;)Lcyz;
-
sortedValues
- Mappings:
Namespace Name Mixin selector named sortedValues
Lnet/minecraft/recipe/RecipeManager;sortedValues()Ljava/util/Collection;
intermediary method_59822
Lnet/minecraft/class_1863;method_59822()Ljava/util/Collection;
official b
Lcza;b()Ljava/util/Collection;
-
values
Returns all recipes in this manager.The returned set does not update with the manager. Modifications to the returned set does not affect this manager.
- Returns:
- all recipes in this manager
- Mappings:
Namespace Name Mixin selector named values
Lnet/minecraft/recipe/RecipeManager;values()Ljava/util/Collection;
intermediary method_8126
Lnet/minecraft/class_1863;method_8126()Ljava/util/Collection;
official d
Lcza;d()Ljava/util/Collection;
-
keys
Returns a stream of IDs of recipes in this manager.The returned stream does not update after
setRecipes(Iterable)
call.- Returns:
- a stream of IDs of recipes in this manager
- API Note:
- This is used by the command sources to suggest recipe IDs for command arguments.
- Mappings:
Namespace Name Mixin selector named keys
Lnet/minecraft/recipe/RecipeManager;keys()Ljava/util/stream/Stream;
intermediary method_8127
Lnet/minecraft/class_1863;method_8127()Ljava/util/stream/Stream;
official e
Lcza;e()Ljava/util/stream/Stream;
-
deserialize
protected static RecipeEntry<?> deserialize(Identifier id, JsonObject json, RegistryWrapper.WrapperLookup registryLookup) Reads a recipe from a JSON object.- Parameters:
id
- the recipe's ID- Returns:
- the read recipe
- Throws:
JsonParseException
- if the recipe JSON is invalid- Implementation Note:
- Even though a recipe's serializer
is stored in a
type
field in the JSON format and referred so in this method, its registry has keyminecraft:root/minecraft:recipe_serializer
and is thus named. - Mappings:
Namespace Name Mixin selector named deserialize
Lnet/minecraft/recipe/RecipeManager;deserialize(Lnet/minecraft/util/Identifier;Lcom/google/gson/JsonObject;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/recipe/RecipeEntry;
intermediary method_17720
Lnet/minecraft/class_1863;method_17720(Lnet/minecraft/class_2960;Lcom/google/gson/JsonObject;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_8786;
official a
Lcza;a(Lalf;Lcom/google/gson/JsonObject;Ljk$a;)Lcyz;
-
setRecipes
Sets the recipes for this recipe manager. Used by the client to set the server side recipes.- Parameters:
recipes
- the recipes to set- Mappings:
Namespace Name Mixin selector named setRecipes
Lnet/minecraft/recipe/RecipeManager;setRecipes(Ljava/lang/Iterable;)V
intermediary method_20702
Lnet/minecraft/class_1863;method_20702(Ljava/lang/Iterable;)V
official a
Lcza;a(Ljava/lang/Iterable;)V
-
createCachedMatchGetter
public static <C extends Inventory,T extends Recipe<C>> RecipeManager.MatchGetter<C,T> createCachedMatchGetter(RecipeType<T> type) Creates a cached match getter. This is optimized for getting matches of the same recipe repeatedly, such as furnaces.- Mappings:
Namespace Name Mixin selector named createCachedMatchGetter
Lnet/minecraft/recipe/RecipeManager;createCachedMatchGetter(Lnet/minecraft/recipe/RecipeType;)Lnet/minecraft/recipe/RecipeManager$MatchGetter;
intermediary method_42302
Lnet/minecraft/class_1863;method_42302(Lnet/minecraft/class_3956;)Lnet/minecraft/class_1863$class_7266;
official b
Lcza;b(Lczc;)Lcza$a;
-