Normalized code formatting.
This commit is contained in:
parent
b1db7c5152
commit
134b11f177
122 changed files with 944 additions and 697 deletions
|
@ -28,9 +28,9 @@ public interface ILivingArmour
|
|||
* well as the LivingArmour
|
||||
*
|
||||
* @param world
|
||||
* - The World
|
||||
* - The World
|
||||
* @param player
|
||||
* - The player wearing the Armour
|
||||
* - The player wearing the Armour
|
||||
*/
|
||||
void onTick(World world, EntityPlayer player);
|
||||
|
||||
|
@ -43,7 +43,7 @@ public interface ILivingArmour
|
|||
* that are dirty.
|
||||
*
|
||||
* @param tag
|
||||
* - The NBT tag to write to
|
||||
* - The NBT tag to write to
|
||||
*/
|
||||
void writeDirtyToNBT(NBTTagCompound tag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue