Add some minor documentation

This commit is contained in:
Shaun Bennett 2016-06-09 00:48:44 -05:00
parent 611cb28d1a
commit 91f6ddce55
4 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import java.io.File;
import java.io.IOException;
/**
* Represents a fountain that players can add gems to, with a reward for reaching specific goals
* @author Shaun Bennett
*/
public class Fountain implements GoalCounterListener

View File

@ -11,6 +11,7 @@ import mineplex.core.server.util.TransactionResponse;
import org.bukkit.entity.Player;
/**
* Command to add gems to the fountain
* @author Shaun Bennett
*/
public class AddCommand extends CommandBase<FountainManager>

View File

@ -8,6 +8,7 @@ import mineplex.core.common.util.UtilPlayer;
import org.bukkit.entity.Player;
/**
* Command to open the fountain gui without speaking to the fountain keeper
* @author Shaun Bennett
*/
public class GuiCommand extends CommandBase<FountainManager>

View File

@ -8,6 +8,7 @@ import mineplex.core.common.util.UtilPlayer;
import org.bukkit.entity.Player;
/**
* Command to reset the fountain
* @author Shaun Bennett
*/
public class ResetCommand extends CommandBase<FountainManager>