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

Refactor custom Armorstands and add HMcParticleCloud Entity

This commit is contained in:
LoJoSho
2023-02-25 09:39:27 -06:00
parent 107f5b9215
commit f42e8b2298
13 changed files with 154 additions and 32 deletions

View File

@@ -19,12 +19,14 @@ public interface NMSHandler {
Entity getEntity(int entityId);
Entity getInvisibleArmorstand(Location loc);
Entity getHMCArmorStand(Location loc);
ArmorStand getMEGEntity(Location loc);
Entity spawnBackpack(CosmeticUser user, CosmeticBackpackType cosmeticBackpackType);
Entity spawnHMCParticleCloud(Location location);
UserBalloonManager spawnBalloon(CosmeticUser user, CosmeticBalloonType cosmeticBalloonType);
void equipmentSlotUpdate(