MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getCelestialAngle

Method getCelestialAngle

src/main/java/net/minecraft/world/World.java:1488–1491  ·  view source on GitHub ↗

calls calculateCelestialAngle

(float partialTicks)

Source from the content-addressed store, hash-verified

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 {

Callers 13

updateFogColorMethod · 0.95
getSunBrightnessMethod · 0.95
getSkyColorMethod · 0.95
getCloudColourMethod · 0.95
getFogColorMethod · 0.95
getStarBrightnessMethod · 0.95
renderSkyMethod · 0.80
setCameraShadowMethod · 0.80
renderSkyMethod · 0.80
updateAnimationMethod · 0.80

Calls 2

getWorldTimeMethod · 0.45

Tested by

no test coverage detected