Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.FormationPattern_BF.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.FormationPattern_BF.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.fma.FormationPattern
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.FormationPattern_BF
public static class LJ_GDX_ai.FormationPattern_BF.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.fma.FormationPattern
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.ai.utils.Location
calculateSlotLocation
(com.badlogic.gdx.ai.utils.Location p1, int p2) Returns the location of the given slot index.void
setNumberOfSlots
(int p1) Sets the number of slots.boolean
supportsSlots
(int p1) Returns true if the pattern can support the given number of slotsMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
calculateSlotLocation
public com.badlogic.gdx.ai.utils.Location calculateSlotLocation(com.badlogic.gdx.ai.utils.Location p1, int p2) Description copied from interface:com.badlogic.gdx.ai.fma.FormationPattern
Returns the location of the given slot index.- Specified by:
calculateSlotLocation
in interfacecom.badlogic.gdx.ai.fma.FormationPattern
-
setNumberOfSlots
public void setNumberOfSlots(int p1) Description copied from interface:com.badlogic.gdx.ai.fma.FormationPattern
Sets the number of slots.- Specified by:
setNumberOfSlots
in interfacecom.badlogic.gdx.ai.fma.FormationPattern
- Parameters:
p1
- the number of slots to set
-
supportsSlots
public boolean supportsSlots(int p1) Description copied from interface:com.badlogic.gdx.ai.fma.FormationPattern
Returns true if the pattern can support the given number of slots- Specified by:
supportsSlots
in interfacecom.badlogic.gdx.ai.fma.FormationPattern
- Parameters:
p1
- the number of slots- Returns:
true
if this pattern can support the given number of slots;false
othervwise.
-