Anti-comments sweep!

This commit is contained in:
Tombenpotter 2014-10-13 22:33:20 +02:00
parent e6a10f3f06
commit dea1f87078
454 changed files with 23594 additions and 26739 deletions

View file

@ -1,8 +1,8 @@
package WayofTime.alchemicalWizardry.api.items.interfaces;
public interface IBloodOrb
public interface IBloodOrb
{
public int getMaxEssence();
public int getOrbLevel();
public int getMaxEssence();
public int getOrbLevel();
}

View file

@ -1,6 +1,6 @@
package WayofTime.alchemicalWizardry.api.items.interfaces;
public interface IHolding
public interface IHolding
{
}

View file

@ -3,7 +3,7 @@ package WayofTime.alchemicalWizardry.api.items.interfaces;
/**
* Implement this interface to have reagent blocks return false on activating them, to allow manipulation of said block
*/
public interface IReagentManipulator
public interface IReagentManipulator
{
}