Package com.prineside.luaj.mapping.parts
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 Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.ai.utils.NonBlockingSemaphore
createSemaphore
(String p1, int p2) Creates a semaphore with the specified name and resources.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
createSemaphore
Description copied from interface:com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
Creates a semaphore with the specified name and resources.- Specified by:
createSemaphore
in interfacecom.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
- Parameters:
p1
- the name of the semaphorep2
- the maximum number of resource- Returns:
- the newly created semaphore.
-