LanternPowered / Lantern

An open-source Minecraft server that implements the SpongeAPI.
MIT License
108 stars 12 forks source link

APIs we should look into adding to Sponge over time for our own implementation purposes #41

Open parlough opened 7 years ago

parlough commented 7 years ago

This is more of a Sponge issue but these are some general APIs that could/should be added to Sponge that we have already implemented in a fashion or will eventually.


kashike commented 7 years ago

https://github.com/SpongePowered/SpongeAPI/pull/1428 https://github.com/SpongePowered/SpongeAPI/pull/1554

Cybermaxke commented 7 years ago

Properties from: https://github.com/LanternPowered/LanternServer/compare/feature/materials

Keys: https://github.com/LanternPowered/LanternServer/blob/master/src/main/java/org/lanternpowered/server/data/key/LanternKeys.java

Maybe virtual item types?

Cybermaxke commented 7 years ago

https://github.com/SpongePowered/SpongeAPI/issues/1592 is already implemented in lantern: https://github.com/LanternPowered/LanternServer/blob/master/src/main/java/org/lanternpowered/server/cause/entity/damage/source/IDamageSource.java#L39

i509VCB commented 4 years ago

Redux of Attributes on api-8 can be found here: https://github.com/SpongePowered/SpongeAPI/pull/2085