Uses of Interface
io.papermc.paper.potion.SuspiciousEffectEntry
Packages that use SuspiciousEffectEntry
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of SuspiciousEffectEntry in io.papermc.paper.potion
Methods in io.papermc.paper.potion that return SuspiciousEffectEntryModifier and TypeMethodDescriptionstatic @NotNull SuspiciousEffectEntry
SuspiciousEffectEntry.create
(@NotNull PotionEffectType effectType, int duration) Creates a new instance of SuspiciousEffectEntry. -
Uses of SuspiciousEffectEntry in org.bukkit.entity
Methods in org.bukkit.entity that return types with arguments of type SuspiciousEffectEntryModifier and TypeMethodDescriptionMushroomCow.getStewEffects()
Returns an immutable collection of the effects applied to stew items for this mushroom cow.Method parameters in org.bukkit.entity with type arguments of type SuspiciousEffectEntryModifier and TypeMethodDescriptionvoid
MushroomCow.setStewEffects
(@NotNull List<SuspiciousEffectEntry> effects) Sets effects applied to stew items for this mushroom cow.