Class KillFeedEvent.Display

java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.component.system.CancellableEcsEvent
com.hypixel.hytale.server.core.modules.entity.damage.event.KillFeedEvent.Display
All Implemented Interfaces:
ICancellableEcsEvent
Enclosing class:
KillFeedEvent

public static final class KillFeedEvent.Display extends CancellableEcsEvent
  • Field Details

    • damage

      @Nonnull private final Damage damage
    • icon

      @Nullable private String icon
    • broadcastTargets

      @Nonnull private final List<PlayerRef> broadcastTargets
  • Constructor Details

  • Method Details

    • getBroadcastTargets

      @Nonnull public List<PlayerRef> getBroadcastTargets()
    • getDamage

      @Nonnull public Damage getDamage()
    • getIcon

      @Nullable public String getIcon()
    • setIcon

      public void setIcon(@Nullable String icon)