Skip to content

Releases: Tofaa2/EntityLib

1.2.4-SNAPSHOT null channel fix

12 Feb 14:21
62fc93c
Compare
Choose a tag to compare
Fix exception if channel is null

1.2.3-SNAPSHOT BUG FIXES

11 Feb 19:06
Compare
Choose a tag to compare

Fixes concurrency issues adding and removing viewers.
Adds a way to remove entity ( cant believe i didnt do this )

1.2.2-SNAPSHOT QOL Release

11 Feb 18:52
88dbb7a
Compare
Choose a tag to compare

This release simply adds a way to change the entities location without informing the viewers about this decision

v1.2.1-SNAPSHOT QOL Release

31 Jan 13:48
a318500
Compare
Choose a tag to compare

Adds addViewerSilently and removeViewerSilently from WrapperEntities for tracking

v1.2-SNAPSHOT. Passengers implementation, + more metadata fixes

22 Jan 20:32
Compare
Choose a tag to compare

This release fixes display meta offset by 1 issue, and introduces a passenger system.

v1.1.1-SNAPSHOT more offset fixes

19 Jan 04:32
Compare
Choose a tag to compare

Fixes some of the methods that general DisplayMeta uses

v1.1.1-SNAPSHOT display meta fixes

17 Jan 23:57
Compare
Choose a tag to compare

Fixes display meta offset values being 1 off, this caused most of the metadata methods to not work ( idk why i didnt test this)

Breaking Changes:

  • Package change of all display types from me.tofaa.entitylib.meta.other to me.tofaa.entitylib.meta.display
  • Fixed incorrect naming of TextDisplayMeta's setComponent() back to setText()

v1.1.0-SNAPSHOT Major bug fixes

06 Jan 02:19
Compare
Choose a tag to compare

Release fixes a lot of major bugs with the wrapper entities.

Breaking Changes:

  • EntityIdProvider from WrapperEntity#ID_PROVIDER was moved to EntityLib#getIdProvider and setIdProvider
  • WrapperEntity constructor exposes an entityId field, the EntityLib#createEntity has two versions now, one that uses the ID_PROVIDER, the other is manual.

QOL Release v1.0.1-SNAPSHOT

14 Dec 13:18
Compare
Choose a tag to compare

Updates EntityLib to be on par with the latest PacketEvents release

v1.0.0-SNAPSHOT release

27 Nov 23:47
Compare
Choose a tag to compare
Pre-release

A working pre-release of EntityLib.