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

Method getFogColor

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

Returns vector(ish) with R/G/B for fog

(float partialTicks)

Source from the content-addressed store, hash-verified

1552 * Returns vector(ish) with R/G/B for fog
1553 */
1554 public Vec3 getFogColor(float partialTicks)
1555 {
1556 float f = this.getCelestialAngle(partialTicks);
1557 return this.provider.getFogColor(f, partialTicks);
1558 }
1559
1560 public BlockPos getPrecipitationHeight(BlockPos pos)
1561 {

Callers 1

updateFogColorMethod · 0.95

Calls 1

getCelestialAngleMethod · 0.95

Tested by

no test coverage detected