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.propertySets
private final Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> ClientRecipeManager.propertySets
Methods 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.itemSets
The field for theitemSets
record component.private final Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> SynchronizeRecipesS2CPacket.itemSets
The field for theitemSets
record component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type RecipePropertySetModifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.itemSets()
Returns the value of theitemSets
record component.SynchronizeRecipesS2CPacket.itemSets()
Returns the value of theitemSets
record 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_INPUT
static final RegistryKey
<RecipePropertySet> RecipePropertySet.CAMPFIRE_INPUT
static final RegistryKey
<RecipePropertySet> RecipePropertySet.FURNACE_INPUT
static final PacketCodec
<RegistryByteBuf, RecipePropertySet> RecipePropertySet.PACKET_CODEC
(package private) final RegistryKey
<RecipePropertySet> ServerRecipeManager.PropertySetBuilder.propertySetKey
private Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> ServerRecipeManager.propertySets
private Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> ServerRecipeManager.propertySets
static final RegistryKey
<? extends Registry<RecipePropertySet>> RecipePropertySet.REGISTRY
static final RegistryKey
<RecipePropertySet> RecipePropertySet.SMITHING_ADDITION
static final RegistryKey
<RecipePropertySet> RecipePropertySet.SMITHING_BASE
static final RegistryKey
<RecipePropertySet> RecipePropertySet.SMITHING_TEMPLATE
static final RegistryKey
<RecipePropertySet> RecipePropertySet.SMOKER_INPUT
private static final Map
<RegistryKey<RecipePropertySet>, ServerRecipeManager.SoleIngredientGetter> ServerRecipeManager.SOLE_INGREDIENT_GETTERS
Methods 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 RecipePropertySet
RecipePropertySet.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 RecipePropertySetModifierConstructorDescriptionprotected
PropertySetBuilder
(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter) -
Uses of RecipePropertySet in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipePropertySetModifier and TypeFieldDescriptionprivate final RecipePropertySet
SmithingScreenHandler.additionPropertySet
private final RecipePropertySet
SmithingScreenHandler.basePropertySet
private final RecipePropertySet
AbstractFurnaceScreenHandler.recipePropertySet
private final RecipePropertySet
SmithingScreenHandler.templatePropertySet
Constructor parameters in net.minecraft.screen with type arguments of type RecipePropertySetModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory, Inventory inventory, PropertyDelegate propertyDelegate)