Uses of Record Class
net.minecraft.block.SuspiciousStewIngredient.StewEffect
Package
Description
-
Uses of SuspiciousStewIngredient.StewEffect in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SuspiciousStewIngredient.StewEffect>
SuspiciousStewIngredient.StewEffect.CODEC
static final com.mojang.serialization.Codec<List<SuspiciousStewIngredient.StewEffect>>
SuspiciousStewIngredient.StewEffect.LIST_CODEC
protected static final com.mojang.serialization.MapCodec<List<SuspiciousStewIngredient.StewEffect>>
FlowerBlock.STEW_EFFECT_CODEC
private final List<SuspiciousStewIngredient.StewEffect>
FlowerBlock.stewEffects
Modifier and TypeMethodDescriptionprotected static List<SuspiciousStewIngredient.StewEffect>
FlowerBlock.createStewEffectList
(StatusEffect stewEffect, int duration) FlowerBlock.getStewEffects()
SuspiciousStewIngredient.getStewEffects()
ModifierConstructorDescriptionFlowerBlock
(List<SuspiciousStewIngredient.StewEffect> stewEffects, AbstractBlock.Settings settings) WitherRoseBlock
(List<SuspiciousStewIngredient.StewEffect> stewEffects, AbstractBlock.Settings settings) -
Uses of SuspiciousStewIngredient.StewEffect in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionprivate Optional<List<SuspiciousStewIngredient.StewEffect>>
MooshroomEntity.getStewEffectFrom
(ItemStack flower) -
Uses of SuspiciousStewIngredient.StewEffect in net.minecraft.item
Modifier and TypeMethodDescriptionstatic void
SuspiciousStewItem.addEffectsToStew
(ItemStack stew, List<SuspiciousStewIngredient.StewEffect> stewEffects) private static void
SuspiciousStewItem.forEachEffect
(ItemStack stew, Consumer<SuspiciousStewIngredient.StewEffect> effectConsumer) static void
SuspiciousStewItem.writeEffectsToStew
(ItemStack stew, List<SuspiciousStewIngredient.StewEffect> stewEffects) -
Uses of SuspiciousStewIngredient.StewEffect in net.minecraft.village
Modifier and TypeFieldDescriptionprivate final List<SuspiciousStewIngredient.StewEffect>
TradeOffers.SellSuspiciousStewFactory.stewEffects
ModifierConstructorDescriptionSellSuspiciousStewFactory
(List<SuspiciousStewIngredient.StewEffect> stewEffects, int experience, float multiplier)