JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Atavism Version 2019.1.2
AGIS API
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
atavism.server.engine
Interface EnginePlugin.LoadHook
All Known Implementing Classes:
CurrencyPlugin.CurrencyPluginLoadHook
Enclosing class:
EnginePlugin
public static interface
EnginePlugin.LoadHook
The interface definition to be satisfied by load hook objects, containing the onLoad method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onLoad
(
Entity
entity)
A LoadHook/Namespace pair must be registered by calling EnginePlugin.registerLoadHook().
Method Detail
onLoad
void onLoad(
Entity
entity)
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2019 Dragonsan Studios Sp. z o.o.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method