Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Connection_BY.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Connection_BY.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Connection,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.Connection_BY
public static class LJ_GDX_ai.Connection_BY.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.pfa.Connection
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptionfloatgetCost()Returns the non-negative cost of this connectionReturns the node that this connection came fromReturns the node that this connection leads toMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
getCost
public float getCost()Description copied from interface:com.badlogic.gdx.ai.pfa.ConnectionReturns the non-negative cost of this connection- Specified by:
getCostin interfacecom.badlogic.gdx.ai.pfa.Connection
-
getFromNode
Description copied from interface:com.badlogic.gdx.ai.pfa.ConnectionReturns the node that this connection came from- Specified by:
getFromNodein interfacecom.badlogic.gdx.ai.pfa.Connection
-
getToNode
Description copied from interface:com.badlogic.gdx.ai.pfa.ConnectionReturns the node that this connection leads to- Specified by:
getToNodein interfacecom.badlogic.gdx.ai.pfa.Connection
-