IBloodAltar cleanup
This commit is contained in:
parent
7443e3f167
commit
76f9d83e4b
|
@ -34,4 +34,10 @@ public interface IBloodAltar
|
|||
* @param amount
|
||||
*/
|
||||
public void requestPauseAfterCrafting(int amount);
|
||||
|
||||
public void addToDemonBloodDuration(int dur);
|
||||
|
||||
public boolean hasDemonBlood();
|
||||
|
||||
public void decrementDemonBlood();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue