IBloodAltar cleanup
This commit is contained in:
parent
7443e3f167
commit
76f9d83e4b
1 changed files with 6 additions and 0 deletions
|
@ -34,4 +34,10 @@ public interface IBloodAltar
|
||||||
* @param amount
|
* @param amount
|
||||||
*/
|
*/
|
||||||
public void requestPauseAfterCrafting(int amount);
|
public void requestPauseAfterCrafting(int amount);
|
||||||
|
|
||||||
|
public void addToDemonBloodDuration(int dur);
|
||||||
|
|
||||||
|
public boolean hasDemonBlood();
|
||||||
|
|
||||||
|
public void decrementDemonBlood();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue