public interface IGenericScriptFactory<S extends IGenericScript>
| 限定符和类型 | 方法和说明 |
|---|---|
S |
buildInstance(int key)
创建一个脚本实例
|
S |
buildInstance(int key,
Object... args)
创建一个脚本实例
|
S |
buildInstance(String key)
创建一个脚本实例
|
S |
buildInstance(String key,
Object... args)
创建一个脚本实例
|
void |
reload()
重新加载脚本
|
S buildInstance(int key)
code - void reload()
Copyright © 2020. All rights reserved.