Releases: iso2013/PacketEntityAPI
Release v0.7.2
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.7.1-SNAPSHOT</version>
</dependency>
Because this is a bugfix build, continue to use 0.7.1 for the API on the repository. Do not bundle this API with plugins. That has not been and will not be supported for the foreseeable future
Changelog
- Add proper support for 1.13 - I forgot to update some maps, resulting in weird issues.
- Fix the need for a sight distance registry map.
Release v0.7.1
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.7.1-SNAPSHOT</version>
</dependency>
Changelog
- Add legacy support as a separate module. Update to 1.13
- Add a better way to get optional modifiers
- Fix #getNearby to use the adjusted distances for different types
- **Fix
Release v0.6.3
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.6.0-SNAPSHOT</version>
</dependency>
Changelog
- Fixed an issue related to improper use of a TreeSet's comparator
- Improved the SightDistanceRegistry to allow for calculation based on entity type
- Added a public clone method to packets
Release v0.6.0
Add the ability to handle move packets and improve the JavaDocs. Remove the unnecessary delay system - packets are sent in order even if sent back to back, and no delay is necessary.
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.6.0-SNAPSHOT</version>
</dependency>
Release v0.5.0
Add a method to change the entity identifier that a packet is acting on.
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.5.0-SNAPSHOT</version>
</dependency>
Release v0.4.3
Another simple yet important bugfix involving an NPE when firing for fake entities.
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.4.3-SNAPSHOT</version>
</dependency>
Release v0.4.2
Another simple yet important bugfix involving modification of entity destroy packets after their creation.
Old maven information is still fine to use.
Release v0.4.1
Fixed a simple issue with unmount packets.
Maven information for 0.4.0 is still valid.
Release v0.4.0
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.4.0-SNAPSHOT</version>
</dependency>
Changelog
- Add a Color modifier
- Add potion-related packets
- Add a few utility methods
- Code cleanup
Release v0.3.0
<dependency>
<groupId>net.blitzcube.peapi</groupId>
<artifactId>PacketEntityAPI</artifactId>
<version>0.3.0-SNAPSHOT</version>
</dependency>
Changelog
- Remove unnecessary shading system
- Code cleanup