Tofaa2
e1477bb599
Depricate MetaOffsetConverter untill further notice
Build / build (push) Has been cancelled
2025-02-23 13:38:10 +04:00
steve
19f9cb156f
fix: initialize velocity variable for new wrapper entity
...
The velocity variable is never set in the class construction, resulting in null pointer exception if the getVelocityPacket method try to change it when is called, and the variable is not set before-hand using the setVelocity method.
2025-02-23 09:13:16 +01:00
Tofaa2
1f4aeef600
Included a bundles system, fixed entity attributes of an entity not being resent when respawned, implemented Hologram#removeLiner
2025-02-22 21:51:45 +04:00
steve
400783e5cc
fix: resend entity passengers when new viewer is added
...
When adding a new viewer to an already spawned entity it was missing the passengers information. This is especially noticeable when updating the texture properties of a WrapperPlayer (due to the destroy and respawn of the entity).
2025-02-18 12:22:14 +01:00
steve
aac39a3a0b
fix: avoid returning empty optional velocity for entity spawn packets
...
Returning an empty optional for the entity spawn velocity packets would apply a negative velocity (-1 on all axes) due to PacketEvents implementation. This affects client-side updated entities like fireworks.
2025-02-15 21:43:43 +01:00
=
c3f5a69bca
Use commit hash for beta builds
2024-12-14 23:51:43 +02:00
=
cb4ad5ec6f
Bump pe
2024-12-14 23:41:35 +02:00
=
beaa0cfc33
Mappings fix
2024-12-14 23:34:54 +02:00
=
4134dadaa9
Add getter
2024-11-22 21:36:07 +02:00
=
bdc0bee1f2
add Getter
2024-11-21 01:08:22 +02:00
=
f7fe6a3187
Metadata utilities
2024-11-14 19:37:33 +02:00
=
9e530ebed8
Add EntityContainer#empty
2024-11-14 19:23:12 +02:00
=
2b29bf1c9b
Remove EntityMeta storage
2024-11-14 19:21:27 +02:00
=
debf77de54
Quick fix exception
2024-11-14 01:44:35 +02:00
=
ccea96a6ad
per player entities
2024-11-14 01:42:46 +02:00
=
0d99f705e8
painting provider
2024-11-14 01:15:24 +02:00
=
e9dc95275c
Some more spawn providers
2024-11-14 01:10:52 +02:00
=
b68c86d190
Make bstats opt-out, WIP spawning packet provider
2024-11-14 01:08:10 +02:00
=
1c1c6a479e
Major: Tracker system removal
2024-11-14 01:01:37 +02:00
=
d710683c9e
Fix viewer engine bug
2024-11-13 23:31:38 +02:00
=
ee554d66b4
Viewer Rules
2024-10-26 22:51:15 +03:00
mani1232
76a9df6f5b
add byte
2024-09-05 17:57:51 +02:00
Tofaa
5bec1fd1a1
some isspawned checks
2024-08-10 18:57:41 +04:00
Tofaa
f24fdf6383
Fix npe for remove and rotateHead updates yaw and pitch
2024-08-08 14:21:49 +04:00
Tofaa
96e1401d0a
Fix!
2024-07-16 12:13:11 +04:00
Tofaa
aab30e236f
Fix unused meta data
2024-07-16 11:34:36 +04:00
Bram
cb4ac1031f
Fixed and improved the GithubUpdater
2024-07-09 12:00:58 +02:00
Deko
b90f6850e3
Fixed: BlockDisplay should use BLOCK_STATE not INT
2024-07-08 15:36:31 +02:00
Bram
4b9a99dcf8
Changed: Marked GithubUpdater#getLatestVersion as private to prevent people from calling it in a sync context
2024-07-08 11:23:12 +02:00
Bram
03e120d24d
Fixed: Close the readers after fetching the repo api details
2024-07-08 11:20:01 +02:00
Bram
e093a4ffc6
Removed: ELVersion in order to reuse the PEVersion from PacketEvents
2024-07-07 19:37:30 +02:00
Bram
7ff17301fd
Improved: UpdateChecker
2024-07-07 15:50:13 +02:00
Bram
b58c4c7909
Fixed: GithubUpdater now using the tag name, instead of the release name
2024-07-07 15:36:02 +02:00
Bram
38a87a6694
Added: ELVersion and ElVersionTask
...
Updated: GithubUpdater to make use of the new ELVersion class
2024-07-07 15:27:45 +02:00
xDec0de_
a776de8a71
Update meta offsets
2024-07-04 22:40:49 +02:00
xDec0de_
bf191048cc
Add Bogged & Breeze meta (Base only)
2024-07-04 18:22:10 +02:00
xDec0de_
2f9159d438
Update EntityLib#getVersion
2024-07-04 14:09:52 +02:00
Tofaa
a5a6c21f6a
Merge pull request #10 from OakLoaf/master
...
Alphabetically ordered entities and added some missing entities
2024-06-28 05:37:58 -05:00
Tofaa2
82d9ef2879
Finish up containers
2024-06-28 14:27:40 +04:00
Tofaa2
718940178f
major refactor
2024-06-23 22:56:13 +04:00
Oak
3117c89d5c
Fixed incorrect offset
2024-06-14 15:58:34 +01:00
Oak
7ea64e74aa
Added CamelMeta
2024-06-14 15:37:51 +01:00
Oak
427bb61ef5
Added ArmadilloMeta
2024-06-14 12:18:16 +01:00
Oak
08062bd3d5
Added WardenMeta
2024-06-13 21:00:01 +01:00
Oak
99a465e46b
Alphabetically ordered entities and added some missing entities
2024-06-13 20:31:04 +01:00
Tofaa2
2a3732fa83
Fix holograms
2024-06-10 17:23:54 +04:00
Tofaa2
4c0ca7008c
EntityMetadata utilities
2024-06-07 17:02:24 +04:00
SuperMax8
31d04c9548
Fixing getCustomName() in EntityMeta
...
Adding setMetaFromPacket method to use MetaData from EntityMetaPacket
Updating protocolVersion in MetaOffsetConverter for 1.20.6
2024-06-01 03:40:28 +02:00
Tofaa2
932e667762
Misc fixes
2024-05-26 15:19:10 +04:00
Tofaa2
dcdbe8575f
Attributes
2024-05-23 23:04:54 +04:00