Code Formatting
This commit is contained in:
@@ -81,7 +81,7 @@ public class GuiFluidFormationPlane extends GuiUpgradeable
|
||||
NetworkHandler.instance().sendToServer( new PacketSwitchGuis( GuiBridge.GUI_PRIORITY ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected GuiText getName()
|
||||
{
|
||||
|
||||
@@ -36,6 +36,6 @@ public interface IFluidInterfaceHost extends IActionHost, IGridProxyable, IUpgra
|
||||
EnumSet<EnumFacing> getTargets();
|
||||
|
||||
TileEntity getTileEntity();
|
||||
|
||||
|
||||
void saveChanges();
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@ public class TileFluidInterface extends AENetworkTile implements IGridTickable,
|
||||
{
|
||||
return this.duality.getInventoryByName( name );
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public ItemStack getItemStackRepresentation()
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ public class AEFluidTank extends FluidTank implements IAEFluidTank
|
||||
{
|
||||
super( capacity );
|
||||
this.host = host;
|
||||
if (host instanceof TileEntity)
|
||||
if( host instanceof TileEntity )
|
||||
{
|
||||
this.setTileEntity( (TileEntity) host );
|
||||
}
|
||||
|
||||
@@ -90,7 +90,6 @@ public class FluidSorters
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
private static SortDir getDirection()
|
||||
{
|
||||
return Direction;
|
||||
|
||||
Reference in New Issue
Block a user