Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -5,7 +5,7 @@ import net.minecraft.item.ItemStack;
|
|||
public interface IDemonWillGem
|
||||
{
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param willGemStack
|
||||
* - The ItemStack for this demon will gem.
|
||||
* @param willStack
|
||||
|
@ -18,7 +18,7 @@ public interface IDemonWillGem
|
|||
/**
|
||||
* Returns the number of souls that are left in the soul gem. Returns a
|
||||
* double because souls can be fractionally drained.
|
||||
*
|
||||
*
|
||||
*/
|
||||
double getWill(EnumDemonWillType type, ItemStack willGemStack);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue