Formatting!

This commit is contained in:
WayofTime 2016-06-23 21:43:27 -04:00
parent d240daf958
commit 8c4eff0d81
30 changed files with 301 additions and 225 deletions

View file

@ -151,14 +151,14 @@ public class BloodMagicAPI
}
/**
* Used to add a {@link BlockStack} to the Transposition blacklist that cannot
* be changed via Configuration files.
*
* Used to add a {@link BlockStack} to the Transposition blacklist that
* cannot be changed via Configuration files.
*
* IMC:
* {@code FMLInterModComs.sendMessage("BloodMagic", "transpositionBlacklist", ItemStack)}
* Example:
* {@code FMLInterModComs.sendMessage("BloodMagic", "transpositionBlacklist", new ItemStack(Blocks.bedrock))}
*
*
* @param blockStack
* - The BlockStack to blacklist.
*/
@ -170,7 +170,7 @@ public class BloodMagicAPI
/**
* @see #addToTranspositionBlacklist(BlockStack)
*
*
* @param block
* - The block to blacklist
* @param meta
@ -183,7 +183,7 @@ public class BloodMagicAPI
/**
* @see #addToTranspositionBlacklist(BlockStack)
*
*
* @param block
* - The block to blacklist
*/