mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-02 16:59:56 +01:00
Remove old breaking method
This commit is contained in:
parent
bd7d5265a5
commit
1a31fca6a7
@ -16,7 +16,6 @@ import org.bukkit.World;
|
||||
import org.bukkit.World.Environment;
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.craftbukkit.CraftWorld;
|
||||
import org.bukkit.entity.Animals;
|
||||
import org.bukkit.entity.Chicken;
|
||||
import org.bukkit.entity.Cow;
|
||||
@ -366,16 +365,6 @@ public class MultiverseCore extends JavaPlugin {
|
||||
return additonalWorldsLoaded;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the worlds Seed.
|
||||
*
|
||||
* @param w World
|
||||
* @return Seed
|
||||
*/
|
||||
public long getSeed(World w) {
|
||||
return ((CraftWorld) w).getHandle().worldData.b();
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a new World to the Multiverse Setup.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user