mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-15 04:31:23 +01:00
Added JavaDoc comments
This commit is contained in:
parent
2fa60d0e2d
commit
3a9e969a86
@ -15,6 +15,10 @@ import world.bentobox.bentobox.util.teleport.SafeSpotTeleport;
|
|||||||
|
|
||||||
public class AdminTeleportCommand extends CompositeCommand {
|
public class AdminTeleportCommand extends CompositeCommand {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param parent - parent command
|
||||||
|
* @param tpCommand - should be "tp", "tpnether" or "tpend"
|
||||||
|
*/
|
||||||
public AdminTeleportCommand(CompositeCommand parent, String tpCommand) {
|
public AdminTeleportCommand(CompositeCommand parent, String tpCommand) {
|
||||||
super(parent, tpCommand);
|
super(parent, tpCommand);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user