Comment fixes

This commit is contained in:
Vindex 2016-01-01 10:34:17 +01:00
parent a2e77adbff
commit e8b4e6f2c0
11 changed files with 46 additions and 44 deletions

View file

@ -35,8 +35,8 @@ public class SoulNetworkEvent extends Event
{
public final EntityPlayer player;
public boolean shouldDamage; // If true, will damage regardless of if
// the network had enough inside it
// If true, will damage regardless of if the network had enough inside it
public boolean shouldDamage;
public PlayerDrainNetworkEvent(EntityPlayer player, String ownerNetwork, int drainAmount)
{
@ -51,8 +51,11 @@ public class SoulNetworkEvent extends Event
{
public final ItemStack itemStack;
public float damageAmount; // Amount of damage that would incur if the
// network could not drain properly
/**
* Amount of damage that would incur if the network could not drain
* properly
*/
public float damageAmount;
/**
* Set result to deny the action i.e. damage/drain anyways. Cancelling