Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jztech101@home ~/Documents/workspace/RefinedRelocation $ /opt/gradle/bin/gradle build
- ****************************
- Powered By MCP:
- http://mcp.ocean-labs.de/
- Searge, ProfMobius, Fesh0r,
- R4wk, ZeuX, IngisKahn
- MCP Data version : unknown
- ****************************
- :downloadClient SKIPPED
- :downloadServer SKIPPED
- :extractUserDev
- :mergeJars SKIPPED
- :applyBinPatches SKIPPED
- :downloadMcpTools UP-TO-DATE
- :genSrgs UP-TO-DATE
- :deobfBinJar UP-TO-DATE
- :compileApiJava UP-TO-DATE
- :processApiResources UP-TO-DATE
- :apiClasses UP-TO-DATE
- :sourceMainJava
- :compileJava
- warning: [options] bootstrap class path not set in conjunction with -source 1.6
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingIronChest.java:19: error: TileSortingIronChest is not abstract and does not override abstract method isItemValidForSlot(int,ItemStack) in IInventory
- public class TileSortingIronChest extends TileEntityIronChest implements ISortingInventory, IFilterTileGUI
- ^
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingIronChest.java:126: error: cannot find symbol
- this.chestContents = new ItemStack[getSizeInventory()];
- ^
- symbol: method getSizeInventory()
- location: class TileSortingIronChest
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingBarrel.java:11: error: TileSortingBarrel is not abstract and does not override abstract method isItemValidForSlot(int,ItemStack) in IInventory
- public class TileSortingBarrel extends TileEntityBarrel implements ISortingInventory
- ^
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingBarrel.java:35: error: cannot find symbol
- super.setInventorySlotContents(i, itemstack);
- ^
- symbol: method setInventorySlotContents(int,ItemStack)
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/mods/IronChestHelper.java:80: error: cannot find symbol
- System.arraycopy(chestContents, 0, newchest.chestContents, 0, Math.min(chestContents.length, newchest.getSizeInventory()));
- ^
- symbol: method getSizeInventory()
- location: variable newchest of type TileSortingIronChest
- /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/mods/IronChestHelper.java:115: error: cannot find symbol
- System.arraycopy(chestContents, 0, chest.chestContents, 0, chest.getSizeInventory());
- ^
- symbol: method getSizeInventory()
- location: variable chest of type TileSortingIronChest
- Note: /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/gui/GuiRefinedRelocationContainer.java uses or overrides a deprecated API.
- Note: Recompile with -Xlint:deprecation for details.
- 6 errors
- 1 warning
- :compileJava FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment