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

Method getWorldTime

src/main/java/net/minecraft/world/World.java:3409–3412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3407 }
3408
3409 public long getWorldTime()
3410 {
3411 return this.worldInfo.getWorldTime();
3412 }
3413
3414 /**
3415 * Sets the world time.

Callers 15

matchesMethod · 0.45
renderSkyMethod · 0.45
renderMethod · 0.45
isActiveMethod · 0.45
beginRenderMethod · 0.45
handleTimeUpdateMethod · 0.45
callMethod · 0.45
tickMethod · 0.45
processCommandMethod · 0.45
addTimeMethod · 0.45
getCelestialAngleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected