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:
@@ -492,6 +492,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();
|
||||
|
||||
Reference in New Issue
Block a user