Uses of Record Class
net.minecraft.world.item.component.SuspiciousStewEffects
Package
Description
-
Uses of SuspiciousStewEffects in net.minecraft.core.component
Modifier and TypeFieldDescriptionstatic final DataComponentType
<SuspiciousStewEffects> DataComponents.SUSPICIOUS_STEW_EFFECTS
-
Uses of SuspiciousStewEffects in net.minecraft.world.entity.animal
Modifier and TypeMethodDescriptionprivate Optional
<SuspiciousStewEffects> MushroomCow.getEffectsFromItemStack
(ItemStack p_298333_) -
Uses of SuspiciousStewEffects in net.minecraft.world.entity.npc
Modifier and TypeFieldDescriptionprivate final SuspiciousStewEffects
VillagerTrades.SuspiciousStewForEmerald.effects
ModifierConstructorDescriptionSuspiciousStewForEmerald
(SuspiciousStewEffects p_330918_, int p_299043_, float p_298449_) -
Uses of SuspiciousStewEffects in net.minecraft.world.item.component
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SuspiciousStewEffects> SuspiciousStewEffects.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, SuspiciousStewEffects> SuspiciousStewEffects.STREAM_CODEC
Modifier and TypeMethodDescriptionSuspiciousStewEffects.withEffectAdded
(SuspiciousStewEffects.Entry p_330534_) -
Uses of SuspiciousStewEffects in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate final SuspiciousStewEffects
FlowerBlock.suspiciousStewEffects
Modifier and TypeFieldDescriptionprotected static final com.mojang.serialization.MapCodec
<SuspiciousStewEffects> FlowerBlock.EFFECTS_FIELD
Modifier and TypeMethodDescriptionFlowerBlock.getSuspiciousEffects()
SuspiciousEffectHolder.getSuspiciousEffects()
protected static SuspiciousStewEffects
FlowerBlock.makeEffectList
(Holder<MobEffect> p_316817_, float p_332817_) ModifierConstructorDescriptionFlowerBlock
(SuspiciousStewEffects p_330645_, BlockBehaviour.Properties p_304822_) WitherRoseBlock
(SuspiciousStewEffects p_330573_, BlockBehaviour.Properties p_58236_)