calls calculateCelestialAngle
(float partialTicks)
| 1486 | * calls calculateCelestialAngle |
| 1487 | */ |
| 1488 | public float getCelestialAngle(float partialTicks) |
| 1489 | { |
| 1490 | return this.provider.calculateCelestialAngle(this.worldInfo.getWorldTime(), partialTicks); |
| 1491 | } |
| 1492 | |
| 1493 | public int getMoonPhase() |
| 1494 | { |
no test coverage detected