Class ActionManager
java.lang.Object
zombie.core.ActionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
add
(zombie.core.Action action) byte
createBuildAction
(IsoPlayer isoPlayer, float float0, float float1, float float2, boolean boolean0, String string, se.krka.kahlua.vm.KahluaTable kahluaTable) byte
createFishingAction
(IsoPlayer isoPlayer, InventoryItem inventoryItem, IsoGridSquare isoGridSquare, se.krka.kahlua.vm.KahluaTable kahluaTable) byte
createNetTimedAction
(IsoPlayer isoPlayer, se.krka.kahlua.vm.KahluaTable kahluaTable) void
disconnectPlayer
(UdpConnection udpConnection) static int
getDuration
(byte byte0) static ActionManager
static IsoPlayer
getPlayer
(byte byte0) static boolean
isDone
(byte byte0) static boolean
isLooped
(byte byte0) static boolean
isRejected
(byte byte0) static void
remove
(byte byte0, boolean boolean0) void
replaceObjectInQueuedActions
(IsoPlayer isoPlayer, Object object0, Object object1) void
setStateFromPacket
(zombie.core.Action action1) static void
start
(zombie.core.Action action) static void
stop
(zombie.core.Action action) static void
update()
-
Constructor Details
-
ActionManager
public ActionManager()
-
-
Method Details
-
getInstance
-
start
public static void start(zombie.core.Action action) -
add
public static void add(zombie.core.Action action) -
stop
public static void stop(zombie.core.Action action) -
update
public static void update() -
isRejected
public static boolean isRejected(byte byte0) -
isDone
public static boolean isDone(byte byte0) -
isLooped
public static boolean isLooped(byte byte0) -
getDuration
public static int getDuration(byte byte0) -
getPlayer
-
remove
public static void remove(byte byte0, boolean boolean0) -
createNetTimedAction
-
createBuildAction
-
createFishingAction
public byte createFishingAction(IsoPlayer isoPlayer, InventoryItem inventoryItem, IsoGridSquare isoGridSquare, se.krka.kahlua.vm.KahluaTable kahluaTable) -
setStateFromPacket
public void setStateFromPacket(zombie.core.Action action1) -
disconnectPlayer
-
replaceObjectInQueuedActions
-