9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-29 03:49:19 +00:00

clean: removed unused NMS methods

This commit is contained in:
LoJoSho
2023-08-27 10:11:59 -05:00
parent 9c5fe9c426
commit 7fa3cd6cb7
6 changed files with 0 additions and 281 deletions

View File

@@ -19,8 +19,6 @@ public interface NMSHandler {
Entity getEntity(int entityId);
Entity getHMCArmorStand(Location loc);
ArmorStand getMEGEntity(Location loc);
Entity spawnBackpack(CosmeticUser user, CosmeticBackpackType cosmeticBackpackType);
@@ -29,14 +27,6 @@ public interface NMSHandler {
UserBalloonManager spawnBalloon(CosmeticUser user, CosmeticBalloonType cosmeticBalloonType);
@Deprecated(since = "2.6.0")
void equipmentSlotUpdate(
int entityId,
CosmeticUser user,
CosmeticSlot cosmeticSlot,
List<Player> sendTo
);
void slotUpdate(
Player player,
int slot