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 TypeMethodDescriptionfloat
getCost()
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.Connection
Returns the non-negative cost of this connection- Specified by:
getCost
in interfacecom.badlogic.gdx.ai.pfa.Connection
-
getFromNode
Description copied from interface:com.badlogic.gdx.ai.pfa.Connection
Returns the node that this connection came from- Specified by:
getFromNode
in interfacecom.badlogic.gdx.ai.pfa.Connection
-
getToNode
Description copied from interface:com.badlogic.gdx.ai.pfa.Connection
Returns the node that this connection leads to- Specified by:
getToNode
in interfacecom.badlogic.gdx.ai.pfa.Connection
-