titleString = new BeefGuiLabel(this, _entity.getInventoryName(), guiLeft + 8, guiTop + 6);
fluidBar = new BeefGuiFluidBar(this, guiLeft + 8, guiTop + 16, _entity, 0);
powerBar = new BeefGuiPowerBar(this, guiLeft + 148, guiTop + 16, _entity);
progressArrow = new BeefGuiProgressArrow(this, guiLeft + 76, guiTop + 41, 0, 178, _entity);
registerControl(titleString);
registerControl(powerBar);
registerControl(fluidBar);
registerControl(progressArrow);