All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.huanmeng.opensource.bukkit.gui.interfaces.GuiTick Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package me.huanmeng.opensource.bukkit.gui.interfaces;

import me.huanmeng.opensource.bukkit.tick.ITickle;
import me.huanmeng.opensource.scheduler.Scheduler;
import org.checkerframework.checker.nullness.qual.NonNull;

/**
 * 2023/3/17
* Gui
* * @author huanmeng_qwq */ public interface GuiTick extends ITickle { /** * 线程 */ @NonNull Scheduler scheduler(); /** * 每多少tick执行一次 */ int schedulerTick(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy