me.huanmeng.opensource.bukkit.tick.ITickle Maven / Gradle / Ivy
package me.huanmeng.opensource.bukkit.tick;
/**
* 2023/3/17
* Gui
*
* @author huanmeng_qwq
*/
@FunctionalInterface
public interface ITickle {
void tick();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy