Interface UpdateMobEffectPacketView

All Superinterfaces:
PacketView

public interface UpdateMobEffectPacketView extends PacketView
Lazy copy-on-write view of a clientbound entity effect update.
  • Method Details

    • entityId

      int entityId()
    • effect

      NativeMobEffect effect()
    • amplifier

      int amplifier()
    • durationTicks

      int durationTicks()
    • ambient

      boolean ambient()
    • visible

      boolean visible()
    • showIcon

      boolean showIcon()
    • blend

      boolean blend()
    • entityId

      void entityId(int entityId)
    • effect

      void effect(NativeMobEffect effect)
    • amplifier

      void amplifier(int amplifier)
    • durationTicks

      void durationTicks(int durationTicks)
    • ambient

      void ambient(boolean ambient)
    • visible

      void visible(boolean visible)
    • showIcon

      void showIcon(boolean showIcon)
    • blend

      void blend(boolean blend)