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 TypeMethodDescriptionvoidMapEditorSystem.Tool.enabled(MapEditorSystem.Tool previousTool) Called when this tool is being enabledvoidMapEditorSystem.registerTool(MapEditorSystem.Tool tool) booleanMapEditorSystem.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 TypeClassDescriptionclassfinal classclassclassclassMethods in com.prineside.tdi2.utils.mapeditor.tools with parameters of type MapEditorSystem.ToolModifier and TypeMethodDescriptionvoidDraw.enabled(MapEditorSystem.Tool previousTool) voidMove.enabled(MapEditorSystem.Tool previousTool) voidRemove.enabled(MapEditorSystem.Tool previousTool) voidSelectRectangle.enabled(MapEditorSystem.Tool previousTool) voidView.enabled(MapEditorSystem.Tool previousTool)