added micoodle api
mainly just for solar power bonus
This commit is contained in:
parent
484882de9d
commit
746be27657
2 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
package micdoodle8.mods.galacticraft.API;
|
||||
|
||||
public interface IEntityBreathable
|
||||
{
|
||||
public boolean canBreath();
|
||||
}
|
6
APIs/micdoodle8/mods/galacticraft/API/ISolarLevel.java
Normal file
6
APIs/micdoodle8/mods/galacticraft/API/ISolarLevel.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
package micdoodle8.mods.galacticraft.API;
|
||||
|
||||
public interface ISolarLevel
|
||||
{
|
||||
public double getSolarEnergyMultiplier();
|
||||
}
|
Loading…
Reference in a new issue