Class IncrementCooldownInteraction


public class IncrementCooldownInteraction extends SimpleInteraction
  • Field Details

    • NULLABLE_BIT_FIELD_SIZE

      public static final int NULLABLE_BIT_FIELD_SIZE
      See Also:
    • FIXED_BLOCK_SIZE

      public static final int FIXED_BLOCK_SIZE
      See Also:
    • VARIABLE_FIELD_COUNT

      public static final int VARIABLE_FIELD_COUNT
      See Also:
    • VARIABLE_BLOCK_START

      public static final int VARIABLE_BLOCK_START
      See Also:
    • MAX_SIZE

      public static final int MAX_SIZE
      See Also:
    • cooldownId

      @Nullable public String cooldownId
    • cooldownIncrementTime

      public float cooldownIncrementTime
    • cooldownIncrementCharge

      public int cooldownIncrementCharge
    • cooldownIncrementChargeTime

      public float cooldownIncrementChargeTime
    • cooldownIncrementInterrupt

      public boolean cooldownIncrementInterrupt
  • Constructor Details

    • IncrementCooldownInteraction

      public IncrementCooldownInteraction()
    • IncrementCooldownInteraction

      public IncrementCooldownInteraction(@Nonnull WaitForDataFrom waitForDataFrom, @Nullable InteractionEffects effects, float horizontalSpeedMultiplier, float runTime, boolean cancelOnItemChange, @Nullable Map<GameMode,InteractionSettings> settings, @Nullable InteractionRules rules, @Nullable int[] tags, @Nullable InteractionCameraSettings camera, int next, int failed, @Nullable String cooldownId, float cooldownIncrementTime, int cooldownIncrementCharge, float cooldownIncrementChargeTime, boolean cooldownIncrementInterrupt)
    • IncrementCooldownInteraction

      public IncrementCooldownInteraction(@Nonnull IncrementCooldownInteraction other)
  • Method Details