public ContainerLocomotiveElectric(InventoryPlayer playerInv, EntityLocomotiveElectric loco) {
super(playerInv, loco, 161);
this.loco = loco;
this.chargeHandler = loco.getChargeHandler();
chargeIndicator = new ChargeIndicator(EntityLocomotiveElectric.MAX_CHARGE);
addWidget(new IndicatorWidget(chargeIndicator, 57, 20, 176, 0, 62, 8, false));
}