We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.20.1
latest
使用sparkc命令记录客户端性能状况,发现实体高亮不断获取实体本地化名: String entityName = this.getType().getDescription().getString(); 导致帧数大幅度下降(300->220) 是否可以考虑禁用实体名过滤功能呢,实体id一查就是(
String entityName = this.getType().getDescription().getString();
更新:还发现有两处调用getDescription的,建议一起改掉
使用sparkc命令记录客户端性能状况,发现实体高亮不断获取实体本地化名,导致帧数大幅度下降
No response
The text was updated successfully, but these errors were encountered:
这个操作是 plusls 希望能支持输入本地化名称/不完全的名称来替代实体标识符全称的,可以考虑添加一个开关禁用这个特性。
Sorry, something went wrong.
No branches or pull requests
Minecraft Version
1.20.1
OMMC Version
latest
Description
使用sparkc命令记录客户端性能状况,发现实体高亮不断获取实体本地化名:
String entityName = this.getType().getDescription().getString();
导致帧数大幅度下降(300->220)
是否可以考虑禁用实体名过滤功能呢,实体id一查就是(
更新:还发现有两处调用getDescription的,建议一起改掉
To Reproduce
使用sparkc命令记录客户端性能状况,发现实体高亮不断获取实体本地化名,导致帧数大幅度下降
Expected behavior
No response
Log
No response
Latest CI build tested
The text was updated successfully, but these errors were encountered: