Class InteractionTicker
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
com.ticxo.modelengine.api.model.mananger.InteractionTicker
- All Implemented Interfaces:
Runnable
public class InteractionTicker
extends org.bukkit.scheduler.BukkitRunnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModelRelay(int id) getRelayedId(int id) voidrun()voidsetModelRelay(int id, UUID uuid) voidvoidstart()Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
-
Constructor Details
-
InteractionTicker
-
-
Method Details
-
start
public void start() -
run
public void run() -
setRelay
-
getRelayedId
-
setModelRelay
-
getModelRelay
-