Minestom/src/test/java/net/minestom/server
DeidaraMC a9f6d9f02b
feat: add TICK_END execution type to scheduler api (#2045)
* feat: implement TICK_END scheduler ExecutionType

* feat: add TICK_END scheduler ExecutionType

* fix: call processTickEnd on entity/instances, SchedulerImpl code cleanup

* deprecate ExecutionType#SYNC, replace with TICK_START

* chore: update scheduler test

* chore: scheduleEndOfTick cleanup

---------

Co-authored-by: iam <iam4722202468@users.noreply.github.com>
2024-03-30 23:51:08 -04:00
..
advancements Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
adventure/provider fix component flattening (#1266) 2022-07-25 05:58:03 +02:00
collision fix: use collision shape for Shape#isFaceFull instead of occlusion shape 2024-03-24 21:50:54 -04:00
command Prioritise errors by chain length, build subcommands first (fix #1934) (#1935) 2024-02-12 18:28:15 -05:00
coordinate Add Pos#withLookAt (#945) 2022-04-19 20:31:05 +02:00
entity feat: proper passenger position handling for most entities, fix passengers not always being applied to the client, don't sync passengers (#2060) 2024-03-29 15:11:16 +00:00
event Strong Ref for child EventNode (#1491) 2022-10-29 12:33:24 +02:00
instance feat: vanilla style Instance#setWeather method overload, weather api improvements (#2064) 2024-03-29 10:12:45 -04:00
inventory Add bounds check to CreativeInventoryListener (#2042) 2024-03-25 05:47:12 +00:00
item Add entity type to Material registry (for spawn eggs) (#2020) 2024-03-14 00:50:54 -04:00
network Static packet ids (#2034) 2024-03-19 17:42:06 +01:00
particle Add particle data types (#2004) 2024-02-28 21:54:24 +00:00
permission Null verifier wildcard fix (#1849) 2023-05-10 08:51:06 +10:00
snapshot Make separate module for testing framework (#1428) 2022-10-10 20:44:50 +02:00
tag fix: preserve instance tag on #copy() (fix #112) 2024-02-09 14:27:43 -05:00
thread Replace thread locals to pool (#1079) 2022-05-16 07:34:47 +02:00
timer feat: add TICK_END execution type to scheduler api (#2045) 2024-03-30 23:51:08 -04:00
utils Fix Lighting Invalidation (#2041) 2024-03-24 16:23:26 -04:00
InsideTest.java Fix player position being wrong inside tests 2022-03-14 19:01:48 +01:00
ServerProcessTest.java 1.19.4 (#11) 2024-02-09 14:27:43 -05:00