package me.lucaslah.ncrb; import java.util.List; import net.minecraft.client.gui.Drawable; public interface IScreen { public List getButtons(); }