Uses of Interface
com.prineside.tdi2.systems.MapEditorSystem.Tool
Packages that use MapEditorSystem.Tool
-
Uses of MapEditorSystem.Tool in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems that return MapEditorSystem.ToolMethods in com.prineside.tdi2.systems that return types with arguments of type MapEditorSystem.ToolMethods in com.prineside.tdi2.systems with parameters of type MapEditorSystem.ToolModifier and TypeMethodDescriptionvoid
MapEditorSystem.Tool.enabled
(MapEditorSystem.Tool previousTool) Called when this tool is being enabledvoid
MapEditorSystem.registerTool
(MapEditorSystem.Tool tool) boolean
MapEditorSystem.selectTool
(MapEditorSystem.Tool tool) -
Uses of MapEditorSystem.Tool in com.prineside.tdi2.utils.mapeditor.tools
Classes in com.prineside.tdi2.utils.mapeditor.tools that implement MapEditorSystem.ToolModifier and TypeClassDescriptionclass
final class
class
class
class
Methods in com.prineside.tdi2.utils.mapeditor.tools with parameters of type MapEditorSystem.ToolModifier and TypeMethodDescriptionvoid
Draw.enabled
(MapEditorSystem.Tool previousTool) void
Move.enabled
(MapEditorSystem.Tool previousTool) void
Remove.enabled
(MapEditorSystem.Tool previousTool) void
SelectRectangle.enabled
(MapEditorSystem.Tool previousTool) void
View.enabled
(MapEditorSystem.Tool previousTool)