Class DamageDataComponent

java.lang.Object
com.hypixel.hytale.server.core.entity.damage.DamageDataComponent
All Implemented Interfaces:
Component<EntityStore>, Cloneable

public class DamageDataComponent extends Object implements Component<EntityStore>
  • Field Details

    • lastCombatAction

      @Nonnull private Instant lastCombatAction
    • lastDamageTime

      @Nonnull private Instant lastDamageTime
    • currentWielding

      @Nullable private WieldingInteraction currentWielding
    • lastChargeTime

      @Nullable private Instant lastChargeTime
  • Constructor Details

    • DamageDataComponent

      public DamageDataComponent()
  • Method Details