Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
thistle
/
5bc6474eeb1400a812bf1f3a424140f3f89a96b4
/
.
/
src
/
main
/
java
/
gamax92
/
ocsymon
/
SymonNativeFunction.java
blob: 2ddf5204e65b0dcc0928189d8fe26a39a4cd4a6e [
file
] [
log
] [
blame
] [
raw
]
package
gamax92
.
ocsymon
;
/** Interface defining callbacks provided by the host. */
public
interface
SymonNativeFunction
{
Object
invoke
(
Object
[]
args
);
}