package com.fredtargaryen.floocraft.proxy; public interface IProxy { void registerRenderers(); void registerModels(); void registerTickHandlers(); }