9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-04 15:41:45 +00:00

Finished wardrobe

This commit is contained in:
HeroBrineGoat
2022-02-02 22:07:20 -05:00
parent 72f92be6f6
commit cf1e94e116
18 changed files with 323 additions and 43 deletions

View File

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

View File

@@ -1,4 +1,4 @@
package io.github.fisher2911.nms.playerpackets;
package io.github.fisher2911.nms;
import com.comphenix.protocol.events.PacketContainer;
import org.bukkit.Location;