package com.hypixel.hytale.common.thread.ticking;
public interface Tickable {
void tick(float var1);
}