SpongeAPI
SpongeAPI copied to clipboard
A Minecraft plugin API
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3768) At some point I had this in my workspace, not sure why, but saw an opportunity to improve the quality of usage for fluid states during various...
[**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3757)]
Per https://github.com/SpongePowered/Sponge/issues/3747, the provided lookup allows the EventManager implementation to have privileged access to the listener class. This is particularly useful where the listener class is created outside the normal...
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3741) generate Keys for all StateProperties For reference: https://github.com/SpongePowered/SpongeAPI/pull/2438 https://github.com/SpongePowered/SpongeAPI/pull/2437
Added `Ticks#infinite` and updated the documentation where we would not accept it with the current design. At the moment vanilla only supports this for PotionEffects. Some immediate problems are that...
### Major SpongeAPI version 8 ### Is this likely to be a breaking change? Yes ### What are you requesting? Change Container#type() return type from ContainerType to Optional< ContainerType> because...
[**SpongeAPI**|[Sponge](https://github.com/SpongePowered/Sponge/pull/3895)] - Added `SerializableDataHolder#rawData()` to access current raw (extra) data. - Deprecated `EntityArchetype#entityData()` and `BlockEntityArchetype#blockEntityData()`.
**SpongeAPI** | [Sponge](https://github.com/SpongePowered/Sponge/pull/3834) - Remove TicketTypes from being in the registry. They are not within the registry whatsoever in the base game nor is a resource id required to create...
### Major SpongeAPI version 8 ### Is this likely to be a breaking change? No ### What are you requesting? Ability to gain access the items in a container from...
### Major SpongeAPI version 9 ### Is this likely to be a breaking change? No ### What are you requesting? There are good reasons plugins may want to cancel the...