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

添加判断是否是基岩版玩家api

This commit is contained in:
jhqwqmc
2025-12-07 15:54:31 +08:00
parent ef143abcbe
commit b2241fc5f5
2 changed files with 12 additions and 0 deletions

View File

@@ -232,6 +232,8 @@ public abstract class Player extends AbstractEntity implements NetWorkUser {
public abstract int clearOrCountMatchingInventoryItems(Key itemId, int count);
public abstract boolean isBedrock();
@Override
public void remove() {
}