Anti-comments sweep!
This commit is contained in:
parent
e6a10f3f06
commit
dea1f87078
454 changed files with 23594 additions and 26739 deletions
|
@ -1,13 +1,13 @@
|
|||
package WayofTime.alchemicalWizardry.api.rituals;
|
||||
|
||||
import WayofTime.alchemicalWizardry.api.alchemy.energy.ISegmentedReagentHandler;
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.world.World;
|
||||
import WayofTime.alchemicalWizardry.api.alchemy.energy.ISegmentedReagentHandler;
|
||||
|
||||
public interface IMasterRitualStone extends ISegmentedReagentHandler
|
||||
{
|
||||
public void performRitual(World world, int x, int y, int z, String ritualID);
|
||||
|
||||
public void performRitual(World world, int x, int y, int z, String ritualID);
|
||||
|
||||
public String getOwner();
|
||||
|
||||
public void setCooldown(int newCooldown);
|
||||
|
@ -21,16 +21,16 @@ public interface IMasterRitualStone extends ISegmentedReagentHandler
|
|||
public void setActive(boolean active);
|
||||
|
||||
public int getDirection();
|
||||
|
||||
|
||||
public World getWorld();
|
||||
|
||||
|
||||
public int getXCoord();
|
||||
|
||||
|
||||
public int getYCoord();
|
||||
|
||||
|
||||
public int getZCoord();
|
||||
|
||||
|
||||
public NBTTagCompound getCustomRitualTag();
|
||||
|
||||
|
||||
public void setCustomRitualTag(NBTTagCompound tag);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue