9
0
mirror of https://github.com/HibiscusMC/HibiscusCommons.git synced 2025-12-19 15:09:26 +00:00

chore: specify override

This commit is contained in:
Logan
2025-09-07 15:48:14 -05:00
parent 0efd370078
commit 12e6614898
6 changed files with 6 additions and 0 deletions

View File

@@ -490,6 +490,7 @@ public class NMSPackets extends NMSCommon implements me.lojosho.hibiscuscommons.
sendPacket(sendTo, bundlePacket);
}
@Override
public void sendInvisibleArmorstand(int entityId, Location location, UUID uuid, byte mask, List<Player> sendTo) {
net.minecraft.world.entity.EntityType<?> nmsEntityType = net.minecraft.world.entity.EntityType.ARMOR_STAND;
double x = location.getX();