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.itemSetsprivate final Map<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientRecipeContainer.itemSetsMethods 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> pItemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> pStonecutterRecipes) ClientRecipeContainer(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> pItemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> pStonecutterRecipes) -
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.itemSetsThe field for theitemSetsrecord component.private final Map<ResourceKey<RecipePropertySet>, RecipePropertySet> ClientboundUpdateRecipesPacket.itemSetsThe field for theitemSetsrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionClientboundUpdateRecipesPacket.itemSets()Returns the value of theitemSetsrecord component.ClientboundUpdateRecipesPacket.itemSets()Returns the value of theitemSetsrecord 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 aClientboundUpdateRecipesPacketrecord class.ClientboundUpdateRecipesPacket(Map<ResourceKey<RecipePropertySet>, RecipePropertySet> itemSets, SelectableRecipe.SingleInputSet<StonecutterRecipe> stonecutterRecipes) Creates an instance of aClientboundUpdateRecipesPacketrecord class. -
Uses of RecipePropertySet in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as RecipePropertySetModifier and TypeFieldDescriptionprivate final RecipePropertySetAbstractFurnaceMenu.acceptedInputsprivate final RecipePropertySetSmithingMenu.additionItemTestprivate final RecipePropertySetSmithingMenu.baseItemTestprivate final RecipePropertySetSmithingMenu.templateItemTestConstructor parameters in net.minecraft.world.inventory with type arguments of type RecipePropertySetModifierConstructorDescriptionprotectedAbstractFurnaceMenu(MenuType<?> pMenuType, RecipeType<? extends AbstractCookingRecipe> pRecipeType, ResourceKey<RecipePropertySet> pAcceptedInputs, RecipeBookType pRecipeBookType, int pContainerId, Inventory pInventory) protectedAbstractFurnaceMenu(MenuType<?> pMenuType, RecipeType<? extends AbstractCookingRecipe> pRecipeType, ResourceKey<RecipePropertySet> pAcceptedInputs, RecipeBookType pRecipeBookType, int pContainerId, Inventory pInventory, Container pContainer, ContainerData pData) -
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_INPUTstatic final ResourceKey<RecipePropertySet> RecipePropertySet.CAMPFIRE_INPUTstatic final ResourceKey<RecipePropertySet> RecipePropertySet.FURNACE_INPUT(package private) final ResourceKey<RecipePropertySet> RecipeManager.IngredientCollector.keyprivate Map<ResourceKey<RecipePropertySet>, RecipePropertySet> RecipeManager.propertySetsprivate Map<ResourceKey<RecipePropertySet>, RecipePropertySet> RecipeManager.propertySetsprivate static final Map<ResourceKey<RecipePropertySet>, RecipeManager.IngredientExtractor> RecipeManager.RECIPE_PROPERTY_SETSstatic final ResourceKey<RecipePropertySet> RecipePropertySet.SMITHING_ADDITIONstatic final ResourceKey<RecipePropertySet> RecipePropertySet.SMITHING_BASEstatic final ResourceKey<RecipePropertySet> RecipePropertySet.SMITHING_TEMPLATEstatic final ResourceKey<RecipePropertySet> RecipePropertySet.SMOKER_INPUTstatic final StreamCodec<RegistryFriendlyByteBuf, RecipePropertySet> RecipePropertySet.STREAM_CODECstatic final ResourceKey<? extends Registry<RecipePropertySet>> RecipePropertySet.TYPE_KEYMethods in net.minecraft.world.item.crafting that return RecipePropertySetModifier and TypeMethodDescriptionRecipeManager.IngredientCollector.asPropertySet(FeatureFlagSet pEnabledFeatures) (package private) static RecipePropertySetRecipePropertySet.create(Collection<Ingredient> pIngredients) RecipeAccess.propertySet(ResourceKey<RecipePropertySet> pPropertySet) 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 pName) Method parameters in net.minecraft.world.item.crafting with type arguments of type RecipePropertySetModifier and TypeMethodDescriptionRecipeAccess.propertySet(ResourceKey<RecipePropertySet> pPropertySet) RecipeManager.propertySet(ResourceKey<RecipePropertySet> p_379366_) Constructor parameters in net.minecraft.world.item.crafting with type arguments of type RecipePropertySetModifierConstructorDescriptionprotectedIngredientCollector(ResourceKey<RecipePropertySet> pKey, RecipeManager.IngredientExtractor pExtractor)