Skip to content

Instantly share code, notes, and snippets.

@theunkn0wn1
Created March 29, 2017 02:33
Show Gist options
  • Save theunkn0wn1/4c481b39e0a7351a80e6d41185a2e3f4 to your computer and use it in GitHub Desktop.
Save theunkn0wn1/4c481b39e0a7351a80e6d41185a2e3f4 to your computer and use it in GitHub Desktop.
:compileJava
I:\Users\theunkn0wn1\Documents\GitHub\ImmersiveEngineering\build\sources\main\java\blusunrize\immersiveengineering\common\util\IEFluid.java:105: error: read(PacketBuffer) in <anonymous blusunrize.immersiveengineering.common.util.IEFluid$1> cannot implement read(PacketBuffer) in DataSerializer
public Optional<FluidStack> read(PacketBuffer buf) throws IOException
^
overridden method does not throw IOException
where T is a type-variable:
T extends Object declared in interface DataSerializer
I:\Users\theunkn0wn1\Documents\GitHub\ImmersiveEngineering\build\sources\main\java\blusunrize\immersiveengineering\common\IEContent.java:453: error: cannot find symbol
registerTile(TileEntityFluidPlacer.class);
^
symbol: class TileEntityFluidPlacer
location: class IEContent
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
:compileJava FAILED
FAILURE: Build failed with an exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment