Add some minor documentation
This commit is contained in:
parent
611cb28d1a
commit
91f6ddce55
@ -23,6 +23,7 @@ import java.io.File;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Represents a fountain that players can add gems to, with a reward for reaching specific goals
|
||||||
* @author Shaun Bennett
|
* @author Shaun Bennett
|
||||||
*/
|
*/
|
||||||
public class Fountain implements GoalCounterListener
|
public class Fountain implements GoalCounterListener
|
||||||
|
@ -11,6 +11,7 @@ import mineplex.core.server.util.TransactionResponse;
|
|||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Command to add gems to the fountain
|
||||||
* @author Shaun Bennett
|
* @author Shaun Bennett
|
||||||
*/
|
*/
|
||||||
public class AddCommand extends CommandBase<FountainManager>
|
public class AddCommand extends CommandBase<FountainManager>
|
||||||
|
@ -8,6 +8,7 @@ import mineplex.core.common.util.UtilPlayer;
|
|||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Command to open the fountain gui without speaking to the fountain keeper
|
||||||
* @author Shaun Bennett
|
* @author Shaun Bennett
|
||||||
*/
|
*/
|
||||||
public class GuiCommand extends CommandBase<FountainManager>
|
public class GuiCommand extends CommandBase<FountainManager>
|
||||||
|
@ -8,6 +8,7 @@ import mineplex.core.common.util.UtilPlayer;
|
|||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Command to reset the fountain
|
||||||
* @author Shaun Bennett
|
* @author Shaun Bennett
|
||||||
*/
|
*/
|
||||||
public class ResetCommand extends CommandBase<FountainManager>
|
public class ResetCommand extends CommandBase<FountainManager>
|
||||||
|
Loading…
Reference in New Issue
Block a user