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
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionint
calculateNumberOfSlots
(com.badlogic.gdx.utils.Array p1) Calculates the number of slots from the assignment data.void
removeSlotAssignment
(com.badlogic.gdx.utils.Array p1, int p2) Removes the slot assignment at the specified index.void
updateSlotAssignments
(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.SlotAssignmentStrategy
Calculates the number of slots from the assignment data.- Specified by:
calculateNumberOfSlots
in 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.SlotAssignmentStrategy
Removes the slot assignment at the specified index.- Specified by:
removeSlotAssignment
in 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.SlotAssignmentStrategy
Updates the assignment of members to slots- Specified by:
updateSlotAssignments
in interfacecom.badlogic.gdx.ai.fma.SlotAssignmentStrategy
-