Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processCommand
Method · 0.95
func_146318_a
Method · 0.45
createChunkGenerator
Method · 0.45
createChunkGenerator
Method · 0.45
createChunkGenerator
Method · 0.45
Teleporter
Method · 0.45
setRandomSeed
Method · 0.45
createSpawnPosition
Method · 0.45
startServer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected