internal void onStart(Lab lab) { if (equ != null) { equ.install(lab); } }
public void install(LabEquipment eq, Lab lab) { if (eq != null && type == eq.getType()) { equ = eq; eq.install(lab); } else { NE_Helper.logError("LabEquipmentSlot.install: Type doesn't macht"); } }