Package com.epicbot.api.shared.event
Class GameTickEvent
- java.lang.Object
-
- com.epicbot.api.shared.event.GameTickEvent
-
public class GameTickEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GameTickEvent(APIContext ctx, int cycle, int tick)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIContext
getAPIContext()
int
getCycle()
int
getTick()
long
getTime()
-
-
-
Constructor Detail
-
GameTickEvent
public GameTickEvent(APIContext ctx, int cycle, int tick)
-
-
Method Detail
-
getAPIContext
public APIContext getAPIContext()
-
getCycle
public int getCycle()
-
getTick
public int getTick()
-
getTime
public long getTime()
-
-