> For the complete documentation index, see [llms.txt](https://docs.creoii.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creoii.dev/creo-api/packages/entity-attributes.md).

# 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
