Class KillFeedEvent.KillerMessage

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.KillerMessage
All Implemented Interfaces:
ICancellableEcsEvent
Enclosing class:
KillFeedEvent

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

    • damage

      @Nonnull private final Damage damage
    • targetRef

      @Nonnull private final Ref<EntityStore> targetRef
    • message

      @Nullable private Message message
  • Constructor Details

    • KillerMessage

      public KillerMessage(@Nonnull Damage damage, @Nonnull Ref<EntityStore> targetRef)
  • Method Details

    • getDamage

      @Nonnull public Damage getDamage()
    • getTargetRef

      @Nonnull public Ref<EntityStore> getTargetRef()
    • setMessage

      public void setMessage(@Nullable Message message)
    • getMessage

      @Nullable public Message getMessage()