183184185186187188189190191192
if (stamp == null) continue; if (stamp.getItem() instanceof IStamps) { EnumPostage postage = ((IStamps) stamp.getItem()).getPostage(stamp); collectedPostage[postage.ordinal()] += stamp.stackSize; } } } }