Skip to content

Releases: iso2013/PacketEntityAPI

Release v0.7.2

Choose a tag to compare

@iso2013 iso2013 released this 05 Mar 06:49
<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

Release v0.7.1 Pre-release
Pre-release

Choose a tag to compare

@iso2013 iso2013 released this 21 Aug 19:54
<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

Choose a tag to compare

@iso2013 iso2013 released this 09 Aug 22:25
<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

Choose a tag to compare

@iso2013 iso2013 released this 07 Aug 17:19

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

Choose a tag to compare

@iso2013 iso2013 released this 28 Jul 17:24

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

Choose a tag to compare

@iso2013 iso2013 released this 27 Jul 02:04

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

Choose a tag to compare

@iso2013 iso2013 released this 17 Jun 00:19

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

Choose a tag to compare

@iso2013 iso2013 released this 16 Jun 18:25

Fixed a simple issue with unmount packets.

Maven information for 0.4.0 is still valid.

Release v0.4.0

Choose a tag to compare

@iso2013 iso2013 released this 09 Jun 19:20
<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

Choose a tag to compare

@iso2013 iso2013 released this 24 May 18:15
<dependency>
    <groupId>net.blitzcube.peapi</groupId>
    <artifactId>PacketEntityAPI</artifactId>
    <version>0.3.0-SNAPSHOT</version>
</dependency>

Changelog

  • Remove unnecessary shading system
  • Code cleanup