Package com.prineside.luaj.mapping.parts
Class LJ_TDI_systems.Tool_AT.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI_systems.Tool_AT.LIP
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
,MapEditorSystem.Tool
- Enclosing class:
- LJ_TDI_systems.Tool_AT
public static class LJ_TDI_systems.Tool_AT.LIP
extends InterfaceProxy
implements MapEditorSystem.Tool
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disabled()
Called when some other tool is being enabledvoid
Called when this tool is being enabledvoid
Called after being registered in the systemMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
disabled
public void disabled()Description copied from interface:MapEditorSystem.Tool
Called when some other tool is being enabled- Specified by:
disabled
in interfaceMapEditorSystem.Tool
-
enabled
Description copied from interface:MapEditorSystem.Tool
Called when this tool is being enabled- Specified by:
enabled
in interfaceMapEditorSystem.Tool
-
getTooltip
- Specified by:
getTooltip
in interfaceMapEditorSystem.Tool
-
setup
Description copied from interface:MapEditorSystem.Tool
Called after being registered in the system- Specified by:
setup
in interfaceMapEditorSystem.Tool
-