Enum EntityEffectFlags
[Flags]
public enum EntityEffectFlags : sbyte
- Extension Methods
Fields
Blend = 8
IsAmbient = 1
Whether the potion is emitted by ambient source e.g. the beacon. The icon has a blue border in the HUD if its ambient.
None = 0
ShowIcon = 4
Whether to show the icon on the client or not.
ShowParticles = 2
Whether to show the particles or not.