decrement Statistic
Decrements the given statistic for this player.
This is equivalent to the following code: decrementStatistic(Statistic, 1)
Parameters
Statistic to decrement
Throws
if the statistic requires an additional parameter
Decrements the given statistic for this player.
Parameters
Statistic to decrement
Amount to decrement this statistic by
Throws
if the statistic requires an additional parameter
Decrements the given statistic for this player for the given material.
This is equivalent to the following code: decrementStatistic(Statistic, Material, 1)
Parameters
Statistic to decrement
Material to offset the statistic with
Throws
if the given parameter is not valid for the statistic
Decrements the given statistic for this player for the given material.
Parameters
Statistic to decrement
Material to offset the statistic with
Amount to decrement this statistic by
Throws
if the given parameter is not valid for the statistic
Decrements the given statistic for this player for the given entity.
This is equivalent to the following code: decrementStatistic(Statistic, EntityType, 1)
Parameters
Statistic to decrement
EntityType to offset the statistic with
Throws
if the given parameter is not valid for the statistic
Decrements the given statistic for this player for the given entity.
Parameters
Statistic to decrement
EntityType to offset the statistic with
Amount to decrement this statistic by
Throws
if the given parameter is not valid for the statistic