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

Method getSeed

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

gets the random world seed

()

Source from the content-addressed store, hash-verified

3397 * gets the random world seed
3398 */
3399 public long getSeed()
3400 {
3401 return this.worldInfo.getSeed();
3402 }
3403
3404 public long getTotalWorldTime()
3405 {

Callers 9

processCommandMethod · 0.95
func_146318_aMethod · 0.45
createChunkGeneratorMethod · 0.45
createChunkGeneratorMethod · 0.45
createChunkGeneratorMethod · 0.45
TeleporterMethod · 0.45
setRandomSeedMethod · 0.45
createSpawnPositionMethod · 0.45
startServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected