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
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.ai.utils.LocationcalculateSlotLocation(com.badlogic.gdx.ai.utils.Location p1, int p2) Returns the location of the given slot index.voidsetNumberOfSlots(int p1) Sets the number of slots.booleansupportsSlots(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.FormationPatternReturns the location of the given slot index.- Specified by:
calculateSlotLocationin interfacecom.badlogic.gdx.ai.fma.FormationPattern
-
setNumberOfSlots
public void setNumberOfSlots(int p1) Description copied from interface:com.badlogic.gdx.ai.fma.FormationPatternSets the number of slots.- Specified by:
setNumberOfSlotsin 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.FormationPatternReturns true if the pattern can support the given number of slots- Specified by:
supportsSlotsin interfacecom.badlogic.gdx.ai.fma.FormationPattern- Parameters:
p1- the number of slots- Returns:
trueif this pattern can support the given number of slots;falseothervwise.
-