IEventState.java 111 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.mumfrey.liteloader.core; public interface IEventState { public abstract void onTick(); }