Added JavaDoc comments

This commit is contained in:
tastybento 2019-01-15 11:47:10 -08:00
parent 2fa60d0e2d
commit 3a9e969a86

View File

@ -15,6 +15,10 @@ import world.bentobox.bentobox.util.teleport.SafeSpotTeleport;
public class AdminTeleportCommand extends CompositeCommand {
/**
* @param parent - parent command
* @param tpCommand - should be "tp", "tpnether" or "tpend"
*/
public AdminTeleportCommand(CompositeCommand parent, String tpCommand) {
super(parent, tpCommand);
}