java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.computer_common.LuaMethodRegistry

public class LuaMethodRegistry extends Object
  • Constructor Details

  • Method Details

    • registerLuaMethod

      public void registerLuaMethod(ILuaMethod method)
    • getMethodNames

      public String[] getMethodNames()
    • getMethod

      public ILuaMethod getMethod(String methodName)
    • getMethod

      public ILuaMethod getMethod(int methodIndex)