Package zombie.Lua

Class LuaManager

java.lang.Object
zombie.Lua.LuaManager

public class LuaManager
extends java.lang.Object
  • Field Details

    • converterManager

      public static KahluaConverterManager converterManager
    • platform

      public static J2SEPlatform platform
    • env

      public static KahluaTable env
    • thread

      public static KahluaThread thread
    • debugthread

      public static KahluaThread debugthread
    • caller

      public static LuaCaller caller
    • debugcaller

      public static LuaCaller debugcaller
    • exposer

      public static zombie.Lua.LuaManager.Exposer exposer
    • loaded

      public static java.util.ArrayList loaded
    • loadedReturn

      public static java.util.HashMap loadedReturn
    • checksumDone

      public static boolean checksumDone
    • loadList

      public static java.util.ArrayList loadList
  • Constructor Details

    • LuaManager

      public LuaManager()
  • Method Details

    • outputTable

      public static void outputTable​(KahluaTable kahluaTable, int int1)
    • init

      public static void init()
    • LoadDir

      public static void LoadDir​(java.lang.String string) throws java.net.URISyntaxException
      Throws:
      java.net.URISyntaxException
    • LoadDirBase

      public static void LoadDirBase​(java.lang.String string) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • LoadDirBase

      public static void LoadDirBase​(java.lang.String string, boolean boolean1) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • initChecksum

      public static void initChecksum() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • finishChecksum

      public static void finishChecksum()
    • LoadDirBase

      public static void LoadDirBase() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • searchFolders

      public static void searchFolders​(java.net.URI uRI, java.io.File file) throws java.io.IOException
      Throws:
      java.io.IOException
    • getLuaCacheDir

      public static java.lang.String getLuaCacheDir()
    • getSandboxCacheDir

      public static java.lang.String getSandboxCacheDir()
    • fillContainer

      public static void fillContainer​(ItemContainer itemContainer, IsoPlayer player)
    • fillContainerCount

      public static void fillContainerCount​(ItemContainer itemContainer, IsoPlayer player)
    • updateOverlaySprite

      public static void updateOverlaySprite​(IsoObject object)
    • getDotDelimitedClosure

      public static LuaClosure getDotDelimitedClosure​(java.lang.String string)
    • dropItem

      public static void dropItem​(InventoryItem inventoryItem)
    • RunLua

      public static java.lang.Object RunLua​(java.lang.String string)
    • RunLua

      public static java.lang.Object RunLua​(java.lang.String string, boolean boolean1)
    • Test

      public static void Test() throws java.io.IOException
      Throws:
      java.io.IOException
    • get

      public static java.lang.Object get​(java.lang.Object object)
    • call

      public static void call​(java.lang.String string, java.lang.Object object)
    • getHourMinuteJava

      public static java.lang.String getHourMinuteJava()
    • copyTable

      public static KahluaTable copyTable​(KahluaTable kahluaTable)