Class LuaMethod
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.computer_common.LuaMethod
- All Implemented Interfaces:
ILuaMethod
- Direct Known Subclasses:
LuaConstant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.minecraft.core.DirectiongetDirForString(String luaParm) protected voidrequireArgs(Object[] args, int[] argcount, String desc) protected voidrequireArgs(Object[] args, int min, int max, String desc) protected voidrequireArgs(Object[] args, int len, String desc) protected voidrequireNoArgs(Object[] args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.desht.pneumaticcraft.common.thirdparty.computer_common.ILuaMethod
call
-
Constructor Details
-
LuaMethod
-
-
Method Details
-
getMethodName
- Specified by:
getMethodNamein interfaceILuaMethod
-
getDirForString
-
requireArgs
-
requireArgs
-
requireArgs
-
requireNoArgs
-