Uses of Class
com.bombinggames.wurfelengine.mapeditor.AbstractPlacableTable
-
Packages that use AbstractPlacableTable Package Description com.bombinggames.wurfelengine.mapeditor -
-
Uses of AbstractPlacableTable in com.bombinggames.wurfelengine.mapeditor
Subclasses of AbstractPlacableTable in com.bombinggames.wurfelengine.mapeditor Modifier and Type Class Description class
BlockTable
class
EntityTable
A table showing the registered entities.Methods in com.bombinggames.wurfelengine.mapeditor that return AbstractPlacableTable Modifier and Type Method Description protected AbstractPlacableTable
Toolbar. getActiveTable()
Table which is associated with the current toolMethods in com.bombinggames.wurfelengine.mapeditor with parameters of type AbstractPlacableTable Modifier and Type Method Description Command
Tool. getCommand(Cursor cursor, AbstractPlacableTable placableTable)
-