HyCodeYourTale
classpublicPriority 1

DamageDataComponent

com.hypixel.hytale.server.core.entity.damage.DamageDataComponent

implements Component

10

Methods

10

Public Methods

4

Fields

1

Constructors

Constructors

public
DamageDataComponent()

Methods

Public Methods (10)

public
Component<EntityStore> clone()
@Nonnull@Override
publicstatic
ComponentType<EntityStore, DamageDataComponent> getComponentType()
@Nonnull
public
WieldingInteraction getCurrentWielding()
@Nullable
public
Instant getLastChargeTime()
@Nullable
public
Instant getLastCombatAction()
@Nonnull
public
Instant getLastDamageTime()
@Nonnull
public
void setCurrentWielding(WieldingInteraction currentWielding)
public
void setLastChargeTime(Instant lastChargeTime)
public
void setLastCombatAction(Instant lastCombatAction)
public
void setLastDamageTime(Instant lastDamageTime)

Fields

Private/Package Fields (4)

privateWieldingInteraction currentWielding
privateInstant lastChargeTime
privateInstant lastCombatAction
privateInstant lastDamageTime

Related Classes