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
- Host: GitHub
- URL: https://github.com/ynverxe/entity-decoder
- Owner: Ynverxe
- License: other
- Created: 2023-11-02T19:51:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T12:57:02.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:14:24.166Z (4 months ago)
- Topics: minecraft, minecraft-library, minestom, minestom-library
- Language: Java
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.