Uses of Class
zombie.core.NetTimedAction
Packages that use NetTimedAction
-
Uses of NetTimedAction in zombie.Lua
Methods in zombie.Lua with parameters of type NetTimedActionModifier and TypeMethodDescriptionstatic voidLuaManager.GlobalObject.emulateAnimEvent(NetTimedAction action, long duration, String event, String parameter) static voidLuaManager.GlobalObject.emulateAnimEventOnce(NetTimedAction action, long duration, String event, String parameter) -
Uses of NetTimedAction in zombie.network.packets
Subclasses of NetTimedAction in zombie.network.packets -
Uses of NetTimedAction in zombie.network.server
Methods in zombie.network.server with parameters of type NetTimedActionModifier and TypeMethodDescriptionvoidAnimEventEmulator.create(NetTimedAction action, long duration, boolean isOnce, String event, String parameter) voidAnimEventEmulator.remove(NetTimedAction action)