public interface ImmutablePotionEffectData extends ImmutableDataManipulator<ImmutablePotionEffectData,PotionEffectData>
ImmutableDataManipulator
that handles the various
PotionEffect
s that may either affect an Entity
or be
contained within an ItemStack
of the type ItemTypes.POTION
.Modifier and Type | Method and Description |
---|---|
ImmutableListValue<PotionEffect> |
effects()
Gets the
ImmutableListValue of the PotionEffect s. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableListValue<PotionEffect> effects()
ImmutableListValue
of the PotionEffect
s.