Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.SlotAssignmentStrategy_BI.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.SlotAssignmentStrategy_BI.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.fma.SlotAssignmentStrategy,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.SlotAssignmentStrategy_BI
public static class LJ_GDX_ai.SlotAssignmentStrategy_BI.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.fma.SlotAssignmentStrategy
-
Method Summary
Modifier and TypeMethodDescriptionintcalculateNumberOfSlots(com.badlogic.gdx.utils.Array p1) Calculates the number of slots from the assignment data.voidremoveSlotAssignment(com.badlogic.gdx.utils.Array p1, int p2) Removes the slot assignment at the specified index.voidupdateSlotAssignments(com.badlogic.gdx.utils.Array p1) Updates the assignment of members to slotsMethods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
calculateNumberOfSlots
public int calculateNumberOfSlots(com.badlogic.gdx.utils.Array p1) Description copied from interface:com.badlogic.gdx.ai.fma.SlotAssignmentStrategyCalculates the number of slots from the assignment data.- Specified by:
calculateNumberOfSlotsin interfacecom.badlogic.gdx.ai.fma.SlotAssignmentStrategy
-
removeSlotAssignment
public void removeSlotAssignment(com.badlogic.gdx.utils.Array p1, int p2) Description copied from interface:com.badlogic.gdx.ai.fma.SlotAssignmentStrategyRemoves the slot assignment at the specified index.- Specified by:
removeSlotAssignmentin interfacecom.badlogic.gdx.ai.fma.SlotAssignmentStrategy
-
updateSlotAssignments
public void updateSlotAssignments(com.badlogic.gdx.utils.Array p1) Description copied from interface:com.badlogic.gdx.ai.fma.SlotAssignmentStrategyUpdates the assignment of members to slots- Specified by:
updateSlotAssignmentsin interfacecom.badlogic.gdx.ai.fma.SlotAssignmentStrategy
-