/
Belyash5
/
Flu
Обзор
Документация
Войти
/
Belyash5
/
Flu
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/java/api/hbm/tile/IHeatSource.java
12 строк
273 B
Bob
fireball...box, firebox
18 июл 2022, 00:02
18 июл 2022, 00:02
461101d
Код
Авторство
О чём код?
package api.hbm.tile; public interface IHeatSource { public int getHeatStored(); /** * Removes heat from the system. Implementation has to include the checks preventing the heat from going into the negative. * @param heat */ public void useUpHeat(int heat); }