Class LJ_GDX_ai.Factory_FG.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Factory_FG.LIP
All Implemented Interfaces:
com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_ai.Factory_FG

public static class LJ_GDX_ai.Factory_FG.LIP extends InterfaceProxy implements com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
  • Method Details

    • createSemaphore

      public com.badlogic.gdx.ai.utils.NonBlockingSemaphore createSemaphore(String p1, int p2)
      Description copied from interface: com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
      Creates a semaphore with the specified name and resources.
      Specified by:
      createSemaphore in interface com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
      Parameters:
      p1 - the name of the semaphore
      p2 - the maximum number of resource
      Returns:
      the newly created semaphore.