public interface PotionEffectData extends DataManipulator<PotionEffectData,ImmutablePotionEffectData>
List
of PotionEffect
s that can be applicable to
various DataHolder
s such as Entity
s, ItemStack
s as
ItemTypes.POTION
, etc.Modifier and Type | Method and Description |
---|---|
ListValue<PotionEffect> |
effects()
Gets the
ListValue of the PotionEffect s. |
asImmutable, copy, fill, fill, from, set, set, set, set, transform
compareTo
toContainer
ListValue<PotionEffect> effects()
ListValue
of the PotionEffect
s.