Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 21:10:17 +01:00
Added the ability to retrieve a world's Seed.
Dieser Commit ist enthalten in:
Ursprung
1db5464d91
Commit
5fff84c5a9
@ -594,4 +594,8 @@ public class CraftWorld implements World {
|
||||
public void setThunderDuration(int duration) {
|
||||
world.worldData.b(duration);
|
||||
}
|
||||
|
||||
public long getSeed() {
|
||||
return world.worldData.b();
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren