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

Method getSystemTime

src/main/java/net/minecraft/client/Minecraft.java:3086–3089  ·  view source on GitHub ↗

Gets the system time in milliseconds.

()

Source from the content-addressed store, hash-verified

3084 * Gets the system time in milliseconds.
3085 */
3086 public static long getSystemTime()
3087 {
3088 return Sys.getTime() * 1000L / Sys.getTimerResolution();
3089 }
3090
3091 /**
3092 * Returns whether we're in full screen or not.

Callers 15

renderCustomEffectMethod · 0.95
setLoadingProgressMethod · 0.95
MinecraftClass · 0.95
runGameLoopMethod · 0.95
runTickMethod · 0.95
dispatchKeypressesMethod · 0.95
EntityRendererClass · 0.95
func_181560_aMethod · 0.95
renderWorldBorderMethod · 0.95
renderTileEntityAtMethod · 0.95

Calls 1

getTimeMethod · 0.45

Tested by

no test coverage detected