standard javadoc

This commit is contained in:
Gabriele C
2015-11-21 01:31:18 +01:00
parent 118c79401a
commit bd1f868c6d
94 changed files with 1176 additions and 1174 deletions
@@ -27,8 +27,8 @@ public class BungeeCordMessage implements PluginMessageListener {
* @param channel String
* @param player Player
* @param message byte[]
* @see org.bukkit.plugin.messaging.PluginMessageListener#onPluginMessageReceived(String, Player, byte[])
*/
* @see org.bukkit.plugin.messaging.PluginMessageListener#onPluginMessageReceived(String, Player, byte[]) */
@Override
public void onPluginMessageReceived(String channel, Player player,
byte[] message) {
@@ -21,8 +21,8 @@ public class EssSpawn extends CustomConfiguration {
/**
* Method getInstance.
* @return EssSpawn
*/
* @return EssSpawn */
public static EssSpawn getInstance() {
if (spawn == null) {
spawn = new EssSpawn();
@@ -32,8 +32,8 @@ public class EssSpawn extends CustomConfiguration {
/**
* Method getLocation.
* @return Location
*/
* @return Location */
public Location getLocation() {
try {
if (!this.contains("spawns.default.world"))