General cleanup (deprecated+whitespace)

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-02-02 00:02:08 +01:00
parent b01fc3ffa8
commit 474817bf11
27 changed files with 224 additions and 244 deletions

View File

@@ -30,10 +30,10 @@ public interface Server {
* @return An array of Players that are currently online
*/
public Player[] getOnlinePlayers();
/**
* Broadcast a message to all players.
*
*
* @param message the message
* @return the number of players
*/
@@ -75,24 +75,6 @@ public interface Server {
*/
public World[] getWorlds();
/**
* Gets the in-game time on the server (in hours*1000)
*
* @return The current time in hours*1000
* @deprecated Use World.getTime
*/
@Deprecated
public long getTime();
/**
* Sets the in-game time on the server (in hours*1000)
*
* @param time The time to set the in-game time to (in hours*1000)
* @deprecated Use World.setTime
*/
@Deprecated
public void setTime(long time);
/**
* Reloads the server, refreshing settings and plugin information
*/