standard javadoc
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user