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