Skip to content

Releases: iso2013/PacketEntityAPI

Release v0.7.2

05 Mar 06:49
Compare
Choose a tag to compare
<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

21 Aug 19:54
Compare
Choose a tag to compare
Release v0.7.1 Pre-release
Pre-release
<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

09 Aug 22:25
Compare
Choose a tag to compare
<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

07 Aug 17:19
Compare
Choose a tag to compare

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

28 Jul 17:24
Compare
Choose a tag to compare

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

27 Jul 02:04
Compare
Choose a tag to compare

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

17 Jun 00:19
Compare
Choose a tag to compare

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

16 Jun 18:25
Compare
Choose a tag to compare

Fixed a simple issue with unmount packets.

Maven information for 0.4.0 is still valid.

Release v0.4.0

09 Jun 19:20
Compare
Choose a tag to compare
<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

24 May 18:15
Compare
Choose a tag to compare
<dependency>
    <groupId>net.blitzcube.peapi</groupId>
    <artifactId>PacketEntityAPI</artifactId>
    <version>0.3.0-SNAPSHOT</version>
</dependency>

Changelog

  • Remove unnecessary shading system
  • Code cleanup