mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2026-01-04 15:41:45 +00:00
Finished wardrobe
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package io.github.fisher2911.nms;
|
||||
|
||||
import com.comphenix.protocol.events.PacketContainer;
|
||||
|
||||
public interface DestroyPacket {
|
||||
|
||||
PacketContainer get(final int entityId);
|
||||
|
||||
}
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user