ForgeSubscribe has been renamed to SubscribeEvent, and I'm not sure what Event you should be using (if there is no Random Armor Event, use an EntityJoinWorldEvent (I think)), but it would be like any other method parameter, for example:
void onAddRandomArmor(EntityJoinWorldEvent event)
Also, I think the method may have to be public.