Uses of Class
net.minecraft.world.item.crafting.RecipePropertySet
Packages that use RecipePropertySet
Package
Description
-
Uses of RecipePropertySet in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionprivate final Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientRecipeContainer.itemSets
private final Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientRecipeContainer.itemSets
Methods in net.minecraft.client.multiplayer that return RecipePropertySetModifier and TypeMethodDescriptionClientRecipeContainer.propertySet
(ResourceKey<RecipePropertySet> p_379878_) Method parameters in net.minecraft.client.multiplayer with type arguments of type RecipePropertySetModifier and TypeMethodDescriptionClientRecipeContainer.propertySet
(ResourceKey<RecipePropertySet> p_379878_) Constructor parameters in net.minecraft.client.multiplayer with type arguments of type RecipePropertySetModifierConstructorDescriptionClientRecipeContainer
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> p_380386_, SelectableRecipe.SingleInputSet<StonecutterRecipe> p_380139_) ClientRecipeContainer
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> p_380386_, SelectableRecipe.SingleInputSet<StonecutterRecipe> p_380139_) -
Uses of RecipePropertySet in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionprivate final Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientboundUpdateRecipesPacket.itemSets
The field for theitemSets
record component.private final Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientboundUpdateRecipesPacket.itemSets
The field for theitemSets
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionClientboundUpdateRecipesPacket.itemSets()
Returns the value of theitemSets
record component.ClientboundUpdateRecipesPacket.itemSets()
Returns the value of theitemSets
record component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type RecipePropertySetModifierConstructorDescriptionClientboundUpdateRecipesPacket
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> itemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes) Creates an instance of aClientboundUpdateRecipesPacket
record class.ClientboundUpdateRecipesPacket
(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> itemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes) Creates an instance of aClientboundUpdateRecipesPacket
record class. -
Uses of RecipePropertySet in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as RecipePropertySetModifier and TypeFieldDescriptionprivate final RecipePropertySet
AbstractFurnaceMenu.acceptedInputs
private final RecipePropertySet
SmithingMenu.additionItemTest
private final RecipePropertySet
SmithingMenu.baseItemTest
private final RecipePropertySet
SmithingMenu.templateItemTest
Constructor parameters in net.minecraft.world.inventory with type arguments of type RecipePropertySetModifierConstructorDescriptionprotected
AbstractFurnaceMenu
(MenuType<?> p_38966_, RecipeType<? extends AbstractCookingRecipe> p_38967_, ResourceKey<RecipePropertySet> p_380333_, RecipeBookType p_38968_, int p_38969_, Inventory p_38970_) protected
AbstractFurnaceMenu
(MenuType<?> p_38960_, RecipeType<? extends AbstractCookingRecipe> p_38961_, ResourceKey<RecipePropertySet> p_379773_, RecipeBookType p_38962_, int p_38963_, Inventory p_38964_, Container p_379971_, ContainerData p_379737_) -
Uses of RecipePropertySet in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as RecipePropertySetFields in net.minecraft.world.item.crafting with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionstatic final ResourceKey
<RecipePropertySet> RecipePropertySet.BLAST_FURNACE_INPUT
static final ResourceKey
<RecipePropertySet> RecipePropertySet.CAMPFIRE_INPUT
static final ResourceKey
<RecipePropertySet> RecipePropertySet.FURNACE_INPUT
(package private) final ResourceKey
<RecipePropertySet> RecipeManager.IngredientCollector.key
private Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> RecipeManager.propertySets
private Map
<ResourceKey<RecipePropertySet>, RecipePropertySet> RecipeManager.propertySets
private static final Map
<ResourceKey<RecipePropertySet>, RecipeManager.IngredientExtractor> RecipeManager.RECIPE_PROPERTY_SETS
static final ResourceKey
<RecipePropertySet> RecipePropertySet.SMITHING_ADDITION
static final ResourceKey
<RecipePropertySet> RecipePropertySet.SMITHING_BASE
static final ResourceKey
<RecipePropertySet> RecipePropertySet.SMITHING_TEMPLATE
static final ResourceKey
<RecipePropertySet> RecipePropertySet.SMOKER_INPUT
static final StreamCodec
<RegistryFriendlyByteBuf, RecipePropertySet> RecipePropertySet.STREAM_CODEC
static final ResourceKey
<? extends Registry<RecipePropertySet>> RecipePropertySet.TYPE_KEY
Methods in net.minecraft.world.item.crafting that return RecipePropertySetModifier and TypeMethodDescriptionRecipeManager.IngredientCollector.asPropertySet
(FeatureFlagSet p_380941_) (package private) static RecipePropertySet
RecipePropertySet.create
(Collection<Ingredient> p_380396_) RecipeAccess.propertySet
(ResourceKey<RecipePropertySet> p_379923_) RecipeManager.propertySet
(ResourceKey<RecipePropertySet> p_379366_) Methods in net.minecraft.world.item.crafting that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionRecipeManager.getSynchronizedItemProperties()
RecipeManager.getSynchronizedItemProperties()
private static ResourceKey
<RecipePropertySet> RecipePropertySet.registerVanilla
(String p_380268_) Method parameters in net.minecraft.world.item.crafting with type arguments of type RecipePropertySetModifier and TypeMethodDescriptionRecipeAccess.propertySet
(ResourceKey<RecipePropertySet> p_379923_) RecipeManager.propertySet
(ResourceKey<RecipePropertySet> p_379366_) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type RecipePropertySetModifierConstructorDescriptionprotected
IngredientCollector
(ResourceKey<RecipePropertySet> p_380992_, RecipeManager.IngredientExtractor p_380987_)