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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user