ChargingCondition

public class ChargingCondition extends Condition

Class ChargingCondition. Provides chargingcondition functionality for the Hytale server.

java.lang.Object > Condition > ChargingCondition

Field Summary

delay

protected Duration delay

Field delay.

interactionManager

final InteractionManager interactionManager

Field interactionManager.

result

final Boolean result

Field result.

damageDataComponent

final DamageDataComponent damageDataComponent

Field damageDataComponent.

timeInstant

final Instant timeInstant

Field timeInstant.

Method Detail

ChargingCondition

public protected ChargingCondition ()

Method ChargingCondition.

eval0

public boolean eval0 (@Nonnull final ComponentAccessor componentAccessor, @Nonnull final Ref ref, @Nonnull final Instant currentTime)

Method eval0.

Parameters:
@Nonnull final ComponentAccessor componentAccessor
@Nonnull final Ref ref
@Nonnull final Instant currentTime

toString

public String toString ()

Method toString.