AE2-UEL / AE2FluidCraft-Rework

a backport and rework of ae2fc
GNU Lesser General Public License v3.0
31 stars 52 forks source link

Feat: 使用 MethodHandle 替换原来的 Method, Field, Constructor. #173

Closed KasumiNova closed 1 week ago

KasumiNova commented 1 week ago

主要改进反射调用的性能,已经测试。

注:Field 需要两种类型,一种 unreflectGetter,一种 unreflectSetter