1 2 3 4 5 6 7 8 9 10 11
package kubatech.loaders.item; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import com.gtnewhorizons.modularui.api.screen.ModularWindow; public interface IItemProxyGUI { ModularWindow createWindow(ItemStack stack, EntityPlayer player); }