Atavism Version 2018.1AGIS API

atavism.server.currency
Class CurrencyPlugin.CurrencyPluginLoadHook

java.lang.Object
  extended by atavism.server.currency.CurrencyPlugin.CurrencyPluginLoadHook
All Implemented Interfaces:
EnginePlugin.LoadHook
Enclosing class:
CurrencyPlugin

public class CurrencyPlugin.CurrencyPluginLoadHook
extends java.lang.Object
implements EnginePlugin.LoadHook


Constructor Summary
CurrencyPlugin.CurrencyPluginLoadHook()
           
 
Method Summary
 void onLoad(Entity entity)
          A LoadHook/Namespace pair must be registered by calling EnginePlugin.registerLoadHook().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyPlugin.CurrencyPluginLoadHook

public CurrencyPlugin.CurrencyPluginLoadHook()
Method Detail

onLoad

public void onLoad(Entity entity)
Description copied from interface: EnginePlugin.LoadHook
A LoadHook/Namespace pair must be registered by calling EnginePlugin.registerLoadHook(). The onLoad() method will be called after loading the sub object. The entity argument can be queried for it's namespace.

Specified by:
onLoad in interface EnginePlugin.LoadHook


Copyright © 2018 Dragonsan Studios Sp. z o.o.