Uses of Class
com.bombinggames.wurfelengine.mapeditor.Tool
-
Packages that use Tool Package Description com.bombinggames.wurfelengine.core.gameobjects Game Objects are objects like entities and block which can be found in the map.com.bombinggames.wurfelengine.mapeditor -
-
Uses of Tool in com.bombinggames.wurfelengine.core.gameobjects
Methods in com.bombinggames.wurfelengine.core.gameobjects with parameters of type Tool Modifier and Type Method Description void
Cursor. setTool(Tool tool)
tool which is represented -
Uses of Tool in com.bombinggames.wurfelengine.mapeditor
Methods in com.bombinggames.wurfelengine.mapeditor that return Tool Modifier and Type Method Description Tool
Toolbar. getLeftTool()
index of leftTable mouse button.Tool
Toolbar. getRightTool()
index of rightTable mouse button.static Tool
Tool. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Tool[]
Tool. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bombinggames.wurfelengine.mapeditor with parameters of type Tool Modifier and Type Method Description void
Toolbar. selectTool(Tool tool)
select a tool
-