cctweaked-haxelib/src/cc/periphs/EnergyStorage.hx
2021-04-12 13:38:27 -04:00

7 lines
219 B
Haxe

package cc.periphs;
extern class EnergyStorage {
public function getEnergy():Int; // Get the energy of this block.
public function getEnergyCapacity():Int; // Get the maximum amount of energy this block can store.
}