public interface SuspiciousStewMeta extends ItemMeta
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addCustomEffect(@NotNull PotionEffect effect,
               boolean overwrite)
Adds a custom potion effect to this suspicious stew. 
 | 
boolean | 
clearCustomEffects()
Removes all custom potion effects from this suspicious stew. 
 | 
SuspiciousStewMeta | 
clone()  | 
@NotNull List<PotionEffect> | 
getCustomEffects()
Gets an immutable list containing all custom potion effects applied to
 this suspicious stew. 
 | 
boolean | 
hasCustomEffect(@NotNull PotionEffectType type)
Checks for a specific custom potion effect type on this suspicious stew. 
 | 
boolean | 
hasCustomEffects()
Checks for the presence of custom potion effects. 
 | 
boolean | 
removeCustomEffect(@NotNull PotionEffectType type)
Removes a custom potion effect from this suspicious stew. 
 | 
addAttributeModifier, addEnchant, addItemFlags, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersionserializegetPersistentDataContainerboolean hasCustomEffects()
@NotNull @NotNull List<PotionEffect> getCustomEffects()
Plugins should check that hasCustomEffects() returns true before calling this method.
boolean addCustomEffect(@NotNull
                        @NotNull PotionEffect effect,
                        boolean overwrite)
effect - the potion effect to addoverwrite - true if any existing effect of the same type should be
 overwrittenboolean removeCustomEffect(@NotNull
                           @NotNull PotionEffectType type)
type - the potion effect type to removeboolean hasCustomEffect(@NotNull
                        @NotNull PotionEffectType type)
type - the potion effect type to check forboolean clearCustomEffects()
SuspiciousStewMeta clone()
Copyright © 2021. All rights reserved.