mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-29 20:09:18 +00:00
feat: expose helper method to create mount-packets
This commit is contained in:
@@ -93,4 +93,6 @@ public interface NMSPackets {
|
||||
List<Player> sendTo);
|
||||
|
||||
void sendToastPacket(Player player, ItemStack icon, Component title, Component description);
|
||||
|
||||
Object createMountPacket(int entityId, int[] passengerIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user