All GUI compile errors fixed, switched to excludes over includes in gradle build and lots, LOTS of more fixes.

This commit is contained in:
Sebastian Hartte
2020-06-06 21:16:05 +02:00
parent bb453b0d35
commit ff042a394b
209 changed files with 4527 additions and 4479 deletions
@@ -19,6 +19,7 @@
package appeng.helpers;
import net.minecraft.inventory.container.ContainerType;
import net.minecraft.item.ItemStack;
@@ -39,6 +40,9 @@ public interface IPriorityHost
ItemStack getItemStackRepresentation();
// FIXME Needs to be wired up to the static method in containers somehow
// FIXME GuiBridge getGuiBridge();
/**
* Used to show the user interface of this part when returning from the priority GUI.
*/
ContainerType<?> getContainerType();
}