9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-03 22:26:16 +00:00

feat(core): 优化 BlockDisplay 实体数据处理

This commit is contained in:
jhqwqmc
2025-04-05 11:31:20 +08:00
parent 1dbe840d44
commit d5947cd62d
5 changed files with 14 additions and 7 deletions

View File

@@ -40,4 +40,6 @@ public interface NetWorkUser {
boolean clientModEnabled();
void setClientModState(boolean enable);
Map<Integer, Object> entityView();
}