Uses of Class
net.minecraft.recipe.RecipePropertySet
Packages that use RecipePropertySet
Package
Description
-
Uses of RecipePropertySet in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> ClientRecipeManager.propertySetsprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> ClientRecipeManager.propertySetsMethods in net.minecraft.client.recipebook that return RecipePropertySetModifier and TypeMethodDescriptionClientRecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) Method parameters in net.minecraft.client.recipebook with type arguments of type RecipePropertySetModifier and TypeMethodDescriptionClientRecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) Constructor parameters in net.minecraft.client.recipebook with type arguments of type RecipePropertySetModifierConstructorDescriptionClientRecipeManager(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) ClientRecipeManager(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> propertySets, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> recipes) -
Uses of RecipePropertySet in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionprivate final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> SynchronizeRecipesS2CPacket.itemSetsThe field for theitemSetsrecord component.private final Map<RegistryKey<RecipePropertySet>, RecipePropertySet> SynchronizeRecipesS2CPacket.itemSetsThe field for theitemSetsrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.itemSets()Returns the value of theitemSetsrecord component.SynchronizeRecipesS2CPacket.itemSets()Returns the value of theitemSetsrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type RecipePropertySetModifierConstructorDescriptionSynchronizeRecipesS2CPacket(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> map, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> grouping) SynchronizeRecipesS2CPacket(Map<RegistryKey<RecipePropertySet>, RecipePropertySet> map, CuttingRecipeDisplay.Grouping<StonecuttingRecipe> grouping) -
Uses of RecipePropertySet in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipePropertySetFields in net.minecraft.recipe with type parameters of type RecipePropertySetModifier and TypeFieldDescriptionstatic final RegistryKey<RecipePropertySet> RecipePropertySet.BLAST_FURNACE_INPUTstatic final RegistryKey<RecipePropertySet> RecipePropertySet.CAMPFIRE_INPUTstatic final RegistryKey<RecipePropertySet> RecipePropertySet.FURNACE_INPUTstatic final PacketCodec<RegistryByteBuf, RecipePropertySet> RecipePropertySet.PACKET_CODEC(package private) final RegistryKey<RecipePropertySet> ServerRecipeManager.PropertySetBuilder.propertySetKeyprivate Map<RegistryKey<RecipePropertySet>, RecipePropertySet> ServerRecipeManager.propertySetsprivate Map<RegistryKey<RecipePropertySet>, RecipePropertySet> ServerRecipeManager.propertySetsstatic final RegistryKey<? extends Registry<RecipePropertySet>> RecipePropertySet.REGISTRYstatic final RegistryKey<RecipePropertySet> RecipePropertySet.SMITHING_ADDITIONstatic final RegistryKey<RecipePropertySet> RecipePropertySet.SMITHING_BASEstatic final RegistryKey<RecipePropertySet> RecipePropertySet.SMITHING_TEMPLATEstatic final RegistryKey<RecipePropertySet> RecipePropertySet.SMOKER_INPUTprivate static final Map<RegistryKey<RecipePropertySet>, ServerRecipeManager.SoleIngredientGetter> ServerRecipeManager.SOLE_INGREDIENT_GETTERSMethods in net.minecraft.recipe that return RecipePropertySetModifier and TypeMethodDescriptionServerRecipeManager.PropertySetBuilder.build(FeatureSet enabledFeatures) RecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) ServerRecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) (package private) static RecipePropertySetRecipePropertySet.of(Collection<Ingredient> ingredients) Methods in net.minecraft.recipe that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionServerRecipeManager.getPropertySets()ServerRecipeManager.getPropertySets()private static RegistryKey<RecipePropertySet> Method parameters in net.minecraft.recipe with type arguments of type RecipePropertySetModifier and TypeMethodDescriptionRecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) ServerRecipeManager.getPropertySet(RegistryKey<RecipePropertySet> key) Constructor parameters in net.minecraft.recipe with type arguments of type RecipePropertySetModifierConstructorDescriptionprotectedPropertySetBuilder(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter) -
Uses of RecipePropertySet in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipePropertySetModifier and TypeFieldDescriptionprivate final RecipePropertySetSmithingScreenHandler.additionPropertySetprivate final RecipePropertySetSmithingScreenHandler.basePropertySetprivate final RecipePropertySetAbstractFurnaceScreenHandler.recipePropertySetprivate final RecipePropertySetSmithingScreenHandler.templatePropertySetConstructor parameters in net.minecraft.screen with type arguments of type RecipePropertySetModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory) protectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)