package de.hysky.skyblocker.utils; public interface Tickable { void tick(); }