public static class EnginePlugin.SubObjData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Hook |
dependencyHook
The hook called when each dependency is satisfied.
|
| Constructor and Description |
|---|
SubObjData()
No-arg constructor, used if there are no Namespace dependencies.
|
SubObjData(java.util.LinkedList<Namespace> namespaces,
Hook dependencyHook)
Constructor used in the case there are multiple Namespace dependencies.
|
SubObjData(Namespace namespace,
Hook dependencyHook)
Constructor used in the case there is a single Namespace dependency.
|
public Hook dependencyHook
public SubObjData()
public SubObjData(Namespace namespace, Hook dependencyHook)
namespace - The Namespace dependency.dependencyHook - The hook to call when the dependency is satisfied.