edited todos
This commit is contained in:
parent
321a621067
commit
1817f2c252
@ -46,9 +46,9 @@ public class Shell {
|
|||||||
/** TODO: Finish documentation for this
|
/** TODO: Finish documentation for this
|
||||||
* Creates a shell with the specified statistics.
|
* Creates a shell with the specified statistics.
|
||||||
* @param explosionMultiplier Explosion multiplier. 1 represents default 3 (for blockDamage)
|
* @param explosionMultiplier Explosion multiplier. 1 represents default 3 (for blockDamage)
|
||||||
* @param penetration
|
* @param penetration Penetration value. Represents the amount of blocks the shell can penetrate before exploding.
|
||||||
* @param incendiaryType
|
* @param incendiaryType Determines if the shell is capable of starting fires.
|
||||||
* @param baseVelocity
|
* @param baseVelocity
|
||||||
* @param failChance
|
* @param failChance
|
||||||
*/
|
*/
|
||||||
public Shell(double explosionMultiplier, int penetration, boolean incendiaryType, double baseVelocity, double failChance){
|
public Shell(double explosionMultiplier, int penetration, boolean incendiaryType, double baseVelocity, double failChance){
|
||||||
|
Loading…
Reference in New Issue
Block a user