Uses of Class
net.minecraft.recipe.RecipePropertySet
Package
Description
-
Uses of RecipePropertySet in net.minecraft.client.recipebook
Modifier and TypeFieldDescriptionprivate final Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> ClientRecipeManager.propertySets
private final Map
<RegistryKey<RecipePropertySet>, RecipePropertySet> ClientRecipeManager.propertySets
Modifier and TypeMethodDescriptionClientRecipeManager.getPropertySet
(RegistryKey<RecipePropertySet> key) Modifier and TypeMethodDescriptionClientRecipeManager.getPropertySet
(RegistryKey<RecipePropertySet> key) ModifierConstructorDescriptionClientRecipeManager
(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
Modifier 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.Modifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.itemSets()
Returns the value of theitemSets
record component.SynchronizeRecipesS2CPacket.itemSets()
Returns the value of theitemSets
record component.ModifierConstructorDescriptionSynchronizeRecipesS2CPacket
(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
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionServerRecipeManager.getPropertySets()
ServerRecipeManager.getPropertySets()
private static RegistryKey
<RecipePropertySet> Modifier and TypeMethodDescriptionRecipeManager.getPropertySet
(RegistryKey<RecipePropertySet> key) ServerRecipeManager.getPropertySet
(RegistryKey<RecipePropertySet> key) ModifierConstructorDescriptionprotected
PropertySetBuilder
(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter) -
Uses of RecipePropertySet in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate final RecipePropertySet
SmithingScreenHandler.additionPropertySet
private final RecipePropertySet
SmithingScreenHandler.basePropertySet
private final RecipePropertySet
AbstractFurnaceScreenHandler.recipePropertySet
private final RecipePropertySet
SmithingScreenHandler.templatePropertySet
ModifierConstructorDescriptionprotected
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)