9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 09:59:20 +00:00

perf(bukkit): 优化粒子效果处理性能

This commit is contained in:
jhqwqmc
2025-04-09 16:00:15 +08:00
parent b136c863ca
commit 01ecfbe331

View File

@@ -39,7 +39,6 @@ import org.bukkit.inventory.PlayerInventory;
import org.bukkit.util.RayTraceResult;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.nio.charset.StandardCharsets;
import java.util.*;
import java.util.function.BiConsumer;