Package com.prineside.luaj.mapping.parts
Class LJ_TDI_managers.UiComponent_EU.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI_managers.UiComponent_EU.LIP
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Disposable,com.esotericsoftware.kryo.KryoSerializable,UiManager.UiComponent
- Enclosing class:
 - LJ_TDI_managers.UiComponent_EU
 
public static class LJ_TDI_managers.UiComponent_EU.LIP
extends InterfaceProxy
implements UiManager.UiComponent
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter - 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Releases all resources of this object.voidhide()voidpostRender(float p1) voidpreRender(float p1) Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfacecom.badlogic.gdx.utils.Disposable
 - 
hide
public void hide()- Specified by:
 hidein interfaceUiManager.UiComponent
 - 
postRender
public void postRender(float p1) - Specified by:
 postRenderin interfaceUiManager.UiComponent
 - 
preRender
public void preRender(float p1) - Specified by:
 preRenderin interfaceUiManager.UiComponent
 
 -