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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user