Package com.sk89q.worldedit.command.tool
Interface TraceTool
- All Superinterfaces:
Tool
- All Known Subinterfaces:
DoubleActionTraceTool
- All Known Implementing Classes:
BrushTool,DistanceWand,InspectBrush,LongRangeBuildTool,NavigationWand
-
Method Summary
Modifier and TypeMethodDescriptionbooleanactPrimary(Platform server, LocalConfiguration config, Player player, LocalSession session) Perform the primary action of this trace tool.
-
Method Details
-
actPrimary
Perform the primary action of this trace tool.- Parameters:
server- The platformconfig- The config instanceplayer- The playersession- The local session- Returns:
- true to cancel the original event which triggered this action (if possible)
-