mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 06:46:09 +00:00
Script. Please check this. This is probably wrong.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
package com.volmit.iris.engine.scripting;
|
||||
|
||||
import com.volmit.iris.engine.framework.Engine;
|
||||
import com.volmit.iris.engine.object.common.IrisScript;
|
||||
import org.apache.bsf.BSFManager;
|
||||
|
||||
public interface EngineExecutionEnvironment {
|
||||
@@ -30,6 +31,8 @@ public interface EngineExecutionEnvironment {
|
||||
|
||||
void execute(String script);
|
||||
|
||||
void execute(IrisScript script);
|
||||
|
||||
Object evaluate(String script);
|
||||
|
||||
default void close() {
|
||||
|
||||
Reference in New Issue
Block a user