public class NavigationWand extends java.lang.Object implements DoubleActionTraceTool
Constructor and Description |
---|
NavigationWand() |
Modifier and Type | Method and Description |
---|---|
boolean |
actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session)
Perform the primary action of this trace tool.
|
boolean |
actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session)
Perform the secondary function of this tool.
|
boolean |
canUse(Actor actor)
Checks to see if the player can still be using this tool (considering
permissions and such).
|
public boolean actSecondary(Platform server, LocalConfiguration config, Player player, LocalSession session)
DoubleActionTraceTool
actSecondary
in interface DoubleActionTraceTool
public boolean actPrimary(Platform server, LocalConfiguration config, Player player, LocalSession session)
TraceTool
actPrimary
in interface TraceTool