949596979899100101102103104
} } else if (binding == LOCOMOTIVE_WHISTLE) for (EntityMinecart cart : train) { if (cart instanceof EntityLocomotive) { EntityLocomotive loco = (EntityLocomotive) cart; loco.whistle(); break; } } }