9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-03 22:26:21 +00:00
This commit is contained in:
Fisher2911
2022-02-14 22:00:42 -05:00
parent 2347c5175d
commit f58d328bae
193 changed files with 1753 additions and 209 deletions

View File

@@ -0,0 +1,9 @@
package io.github.fisher2911.nms;
import com.comphenix.protocol.events.PacketContainer;
public interface ArmorStandPackets {
PacketContainer getArmorStandMeta(final int armorStandId);
}