public class CurrencyPlugin.CurrencyPluginLoadHook extends java.lang.Object implements EnginePlugin.LoadHook
| Constructor and Description |
|---|
CurrencyPluginLoadHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(Entity entity)
A LoadHook/Namespace pair must be registered by calling
EnginePlugin.registerLoadHook().
|
public void onLoad(Entity entity)
EnginePlugin.LoadHookonLoad in interface EnginePlugin.LoadHook