An open API service indexing awesome lists of open source software.

https://github.com/ynverxe/entity-decoder

A library to add support to entity loading for Minestom
https://github.com/ynverxe/entity-decoder

minecraft minecraft-library minestom minestom-library

Last synced: 3 months ago
JSON representation

A library to add support to entity loading for Minestom

Awesome Lists containing this project

README

        

# entity-decoder
Entity Decoder allows to you to add support for Entity (de)serialization and basic Vanilla de(serialization) for Entities and Living Entities for [Minestom](https://github.com/Minestom/Minestom).

## Import into your project
### Gradle

**gradle.build.kts:**
```kotlin
repositories {
maven("https://jitpack.io")
}
```

```kotlin
dependencies {
implementation("com.github.ynverxe:entity-decoder:VERSION")
}
```

## Licence
### entity-decoder © 2023 by Ynverxe is licensed under Attribution-ShareAlike 4.0 International.