9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-31 12:56:39 +00:00

Removed unused methods

This commit is contained in:
LoJoSho
2022-12-30 20:06:13 -06:00
parent db2505b68a
commit aff29d6ab6

View File

@@ -57,14 +57,6 @@ public class CosmeticBackpackType extends Cosmetic {
}
public void rotateEntity(int entityId, Location location) {
//PacketManager.sendRotationPacket(entityId, location, true);
}
public void moveEntity(int entityId, Location location) {
//PacketManager.sendTeleportPacket();
}
@Override
public ItemStack getItem() {
if (this.backpackItem == null ) {