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