# Entity Attributes

## Setup

{% tabs %}
{% tab title="Gradle" %}

```gradle
repositories {
    mavenCentral()
}

dependencies {
    modImplementation 'dev.creoii.creoapi:creo-entity-attributes:<VERSION>'
}
```

{% endtab %}

{% tab title="Kotlin" %}

```gradle
repositories {
    mavenCentral()
}

dependencies {
    modImplementation("dev.creoii.creoapi:creo-entity-attributes:<VERSION>")
}
```

{% endtab %}
{% endtabs %}

## Gravity

## Swim Speed

## Climbing Speed

## Sneaking Speed

## Jump Strength

## Max Air

## Block Break Cooldown

## Block Place Cooldown
