This commit is contained in:
zimzaza4
2023-09-16 23:27:29 +08:00
parent ec8318b7c5
commit e09bdca55e
9 changed files with 78 additions and 37 deletions

View File

@@ -24,6 +24,7 @@ public class PlayerUtils {
for (Entity entity : entityList) {
idList.add(entity.getEntityId());
}
playEntityAnimation(player, animation, idList);
}