Commit Graph
7 Commits
Author SHA1 Message Date
Hannes GreuleandGitHub daddcf6742 Fix JOML javadoc URL (#11883) 2025-01-02 08:15:47 +00:00
Hannes GreuleandGitHub 287eb52fa4 Use hidden classes for event executors (#11848)
Static final MethodHandles perform similar to direct calls. Additionally,
hidden classes simplify logic around ClassLoaders as they can be defined
weakly coupled to their defining class loader. All variants of methods
(static, private, non-void) can be covered by this mechanism.
2024-12-29 00:11:09 +01:00
Hannes Greule 78bd0e8518 Fix items never falling after being on ground (#8768) 2023-01-07 13:05:13 +01:00
Hannes Greule 850adc4885 Fix operator precedence bug (#8756) 2023-01-03 14:42:58 +01:00
Hannes Greule 878600ebbc Fix wrong descriptor in ASMEventExecutorGenerator (#8506) 2022-10-28 02:27:33 +02:00
Hannes Greule 25181bebe6 Unlimited chunk load rate (#6768) 2021-10-16 03:54:46 +02:00
Hannes Greule d891837b28 Rewrite LogEvents to contain information about the source jar of stacktrace elements (#6142) 2021-08-02 10:32:53 +02:00