Uses of Record Class
net.minecraft.world.item.component.SuspiciousStewEffects
Packages that use SuspiciousStewEffects
Package
Description
-
Uses of SuspiciousStewEffects in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type SuspiciousStewEffectsModifier and TypeFieldDescriptionstatic final DataComponentType<SuspiciousStewEffects> DataComponents.SUSPICIOUS_STEW_EFFECTS -
Uses of SuspiciousStewEffects in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as SuspiciousStewEffectsMethods in net.minecraft.world.entity.animal that return types with arguments of type SuspiciousStewEffectsModifier and TypeMethodDescriptionprivate Optional<SuspiciousStewEffects> MushroomCow.getEffectsFromItemStack(ItemStack p_298333_) -
Uses of SuspiciousStewEffects in net.minecraft.world.entity.npc
Fields in net.minecraft.world.entity.npc declared as SuspiciousStewEffectsModifier and TypeFieldDescriptionprivate final SuspiciousStewEffectsVillagerTrades.SuspiciousStewForEmerald.effectsConstructors in net.minecraft.world.entity.npc with parameters of type SuspiciousStewEffectsModifierConstructorDescriptionSuspiciousStewForEmerald(SuspiciousStewEffects p_330918_, int p_299043_, float p_298449_) -
Uses of SuspiciousStewEffects in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as SuspiciousStewEffectsFields in net.minecraft.world.item.component with type parameters of type SuspiciousStewEffectsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SuspiciousStewEffects> SuspiciousStewEffects.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, SuspiciousStewEffects> SuspiciousStewEffects.STREAM_CODECMethods in net.minecraft.world.item.component that return SuspiciousStewEffectsModifier and TypeMethodDescriptionSuspiciousStewEffects.withEffectAdded(SuspiciousStewEffects.Entry p_330534_) -
Uses of SuspiciousStewEffects in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as SuspiciousStewEffectsModifier and TypeFieldDescriptionprivate final SuspiciousStewEffectsFlowerBlock.suspiciousStewEffectsFields in net.minecraft.world.level.block with type parameters of type SuspiciousStewEffectsModifier and TypeFieldDescriptionprotected static final com.mojang.serialization.MapCodec<SuspiciousStewEffects> FlowerBlock.EFFECTS_FIELDMethods in net.minecraft.world.level.block that return SuspiciousStewEffectsModifier and TypeMethodDescriptionFlowerBlock.getSuspiciousEffects()SuspiciousEffectHolder.getSuspiciousEffects()protected static SuspiciousStewEffectsFlowerBlock.makeEffectList(Holder<MobEffect> p_316817_, float p_332817_) Constructors in net.minecraft.world.level.block with parameters of type SuspiciousStewEffectsModifierConstructorDescriptionFlowerBlock(SuspiciousStewEffects p_330645_, BlockBehaviour.Properties p_304822_) WitherRoseBlock(SuspiciousStewEffects p_330573_, BlockBehaviour.Properties p_58236_)