public class NavigationCommands
extends java.lang.Object
Constructor and Description |
---|
NavigationCommands(WorldEdit worldEdit)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ascend(Player player,
int levelsToAscend) |
void |
ceiling(Player player,
CommandContext args) |
void |
descend(Player player,
int levelsToDescend) |
void |
jumpTo(Player player) |
void |
thru(Player player) |
void |
unstuck(Player player) |
void |
up(Player player,
CommandContext args) |
public NavigationCommands(WorldEdit worldEdit)
worldEdit
- reference to WorldEditpublic void unstuck(Player player) throws WorldEditException
WorldEditException
public void ascend(Player player, int levelsToAscend) throws WorldEditException
WorldEditException
public void descend(Player player, int levelsToDescend) throws WorldEditException
WorldEditException
public void ceiling(Player player, CommandContext args) throws WorldEditException
WorldEditException
public void thru(Player player) throws WorldEditException
WorldEditException
public void jumpTo(Player player) throws WorldEditException
WorldEditException
public void up(Player player, CommandContext args) throws WorldEditException
WorldEditException