9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

Added scale packets

This commit is contained in:
OakLoaf
2025-07-04 18:10:12 +01:00
parent ba63da4589
commit 2b113ee336
7 changed files with 86 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ public interface NMSPackets {
void sendEntityDestroyPacket(IntList entityIds, List<Player> sendTo);
void sendEntityScalePacket(int entityId, double scale, List<Player> sendTo);
void sendItemDisplayMetadata(int entityId,
Vector3f translation,
Vector3f scale,