Created fillWill method for the tartaric gem.
This commit is contained in:
parent
b818939a9c
commit
a88d7f43b8
5 changed files with 29 additions and 20 deletions
|
@ -27,4 +27,6 @@ public interface IDemonWillGem
|
|||
public int getMaxWill(EnumDemonWillType type, ItemStack willGemStack);
|
||||
|
||||
public double drainWill(EnumDemonWillType type, ItemStack stack, double drainAmount);
|
||||
|
||||
public double fillWill(EnumDemonWillType type, ItemStack stack, double fillAmount);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue