Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 05:20:05 +01:00
Implemented World.getWorldType
Dieser Commit ist enthalten in:
Ursprung
65f30fd99d
Commit
95a72d1c59
@ -943,4 +943,8 @@ public class CraftWorld implements World {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public org.bukkit.WorldType getWorldType() {
|
||||
return org.bukkit.WorldType.getByName(world.getWorldData().getType().name());
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren