()
| 1491 | } |
| 1492 | |
| 1493 | public int getMoonPhase() |
| 1494 | { |
| 1495 | return this.provider.getMoonPhase(this.worldInfo.getWorldTime()); |
| 1496 | } |
| 1497 | |
| 1498 | /** |
| 1499 | * gets the current fullness of the moon expressed as a float between 1.0 and 0.0, in steps of .25 |
no test coverage detected