Generic cleaning

This commit is contained in:
Erik Broes
2012-01-15 14:37:30 +01:00
parent 78cc950c50
commit eb9dc64493
61 changed files with 245 additions and 272 deletions

View File

@@ -72,7 +72,7 @@ public class PlayerEggThrowEvent extends PlayerEvent {
/**
* Get the number of mob hatches from the egg. By default the number
* will be he number the server would've done
*
* <p />
* 7/8 chance of being 0
* 31/256 ~= 1/8 chance to be 1
* 1/256 chance to be 4
@@ -85,7 +85,7 @@ public class PlayerEggThrowEvent extends PlayerEvent {
/**
* Change the number of mobs coming out of the hatched egg
*
* <p />
* The boolean hatching will override this number.
* Ie. If hatching = false, this number will not matter
*